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

Issue #1796 - Submit news enhancements ToDo: preferences for input items.

This commit is contained in:
Cameron
2016-08-11 18:00:50 -07:00
parent 0b06fbda62
commit 15ac53c601
2 changed files with 71 additions and 10 deletions

View File

@@ -474,6 +474,10 @@ CREATE TABLE submitnews (
submitnews_ip varchar(45) NOT NULL default '',
submitnews_auth tinyint(3) unsigned NOT NULL default '0',
submitnews_file text NOT NULL,
submitnews_keywords varchar(255) NOT NULL default '',
submitnews_description text,
submitnews_summary text,
submitnews_media text,
PRIMARY KEY (submitnews_id)
) ENGINE=MyISAM;
# --------------------------------------------------------