Completed all user scripts.
[cocanwiki.git] / cocanwiki.sql
index ac84730..32b0387 100644 (file)
@@ -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
 );