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

Issue #2795 Support multiple news 'view' layouts (requires database update)

This commit is contained in:
Cameron
2017-09-23 14:08:47 -07:00
parent 9606105e24
commit 13d58de464
6 changed files with 157 additions and 11 deletions

View File

@@ -318,6 +318,7 @@ CREATE TABLE news (
news_summary text NOT NULL,
news_thumbnail text NOT NULL,
news_sticky tinyint(3) unsigned NOT NULL default '0',
news_template varchar(50) NOT NULL default '',
PRIMARY KEY (news_id),
KEY news_category (news_category),
KEY news_start_end (news_start,news_end),