X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_pages.sql;h=c03a27eb83f81adc916d7fd74e4d1556446e9e73;hp=76d52d9dd7c036798159f650a27bffe34e26d3ca;hb=829a67d41aacdf529455c0f315665c407ad5d35b;hpb=6dd4794cb652ed15a8d3867f58f422bce1a313d3 diff --git a/admin_pages.sql b/admin_pages.sql index 76d52d9..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, + 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 "" );