1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Closes #4702 - Added news_modified field.

This commit is contained in:
Cameron
2022-03-14 14:03:34 -07:00
parent 6257a2a716
commit 057cc8e35b
4 changed files with 8 additions and 3 deletions

View File

@@ -309,6 +309,7 @@ CREATE TABLE news (
news_meta_description text NOT NULL,
news_meta_robots varchar(255) default '',
news_datestamp int(10) unsigned NOT NULL default '0',
news_modified int(10) unsigned NOT NULL default '0',
news_author int(10) unsigned NOT NULL default '0',
news_category tinyint(3) unsigned NOT NULL default '0',
news_allow_comments tinyint(3) unsigned NOT NULL default '0',