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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user