JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove unused spritesheet definitions
[wfpl-cms.git] / admin_pages.sql
index 9d788a7..c03a27e 100644 (file)
@@ -5,7 +5,9 @@ create table cms_pages (
     title varchar(200) not null default "",
     nav_title varchar(200) not null default "",
     navbar int not null default 0,
-    content text not null default "",
+    layout int not null default 0,
+    content mediumtext not null default "",
+    sidebar_content mediumtext not null default "",
     description text not null default "",
     keywords text not null default ""
 );