1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Missing page-subtitle field added.

This commit is contained in:
Cameron
2021-01-04 12:48:37 -08:00
parent 2c81d51dd9
commit f8f40a23fe
6 changed files with 68 additions and 69 deletions

View File

@@ -378,6 +378,7 @@ CREATE TABLE online (
CREATE TABLE page (
page_id int(10) unsigned NOT NULL auto_increment,
page_title varchar(250) NOT NULL default '',
page_subtitle varchar(250) NOT NULL default '',
page_sef varchar (250) NOT NULL default '',
page_chapter int(10) unsigned NOT NULL default '0',
page_metakeys varchar (250) NOT NULL default '',