X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_pages.sql;h=76d52d9dd7c036798159f650a27bffe34e26d3ca;hb=134de2aa82870e47d5a9b4da266b0354fb27baf4;hp=e82ed354541d5409988c48080c438c26eab734cc;hpb=059569fef59006c2ab9af689c582fc3e9b0d7e6e;p=wfpl-cms.git diff --git a/admin_pages.sql b/admin_pages.sql index e82ed35..76d52d9 100644 --- a/admin_pages.sql +++ b/admin_pages.sql @@ -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);