JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / admin_pages.sql
index e82ed35..76d52d9 100644 (file)
@@ -5,7 +5,8 @@ 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 "",
+    content mediumtext not null default "",
     description text not null default "",
     keywords text not null default ""
 );
+insert into cms_pages (filename,title,content,navbar) values ('index','Home','Under Construction',1000000000);