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