X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_pages.sql;h=c03a27eb83f81adc916d7fd74e4d1556446e9e73;hb=26e88a8fcd1bcbb101245a2243c6fb9cfeda3500;hp=9d788a788ad59eb86125b3e494eb829d6af90885;hpb=133e7829d3c835889aae74be1a4cb73e08bcc596;p=wfpl-cms.git diff --git a/admin_pages.sql b/admin_pages.sql index 9d788a7..c03a27e 100644 --- a/admin_pages.sql +++ b/admin_pages.sql @@ -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 "" );