X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cocanwiki.sql;h=32b038728677d61b8e40f694a19b60bf8bd43629;hb=867889b6d04b6381c74974e338672ee02d61920e;hp=ac847309bfb26a2a6f199f0a63dd12d9be2631f3;hpb=5def59b20559a1d352d0d9c3304d9b09c2523b41;p=cocanwiki.git diff --git a/cocanwiki.sql b/cocanwiki.sql index ac84730..32b0387 100644 --- a/cocanwiki.sql +++ b/cocanwiki.sql @@ -73,7 +73,7 @@ CREATE TABLE contents ( id serial NOT NULL, pageid integer NOT NULL, ordering integer NOT NULL, - sectionname text NOT NULL, + sectionname text, content text NOT NULL, divname text );