X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_pages.sql;h=c03a27eb83f81adc916d7fd74e4d1556446e9e73;hb=c594772865477bd410abd7a63fac6612be5956ca;hp=76d52d9dd7c036798159f650a27bffe34e26d3ca;hpb=d47de7abd5fa48cf5911f1e32ba1a806a8c12bcb;p=wfpl-cms.git 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 "" );