mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Fixes #5108 - newsfeed image field length fix.
This commit is contained in:
@@ -5,7 +5,7 @@ CREATE TABLE newsfeed (
|
||||
newsfeed_data longtext NOT NULL,
|
||||
newsfeed_timestamp int(10) unsigned NOT NULL default '0',
|
||||
newsfeed_description text NOT NULL,
|
||||
newsfeed_image varchar(100) NOT NULL default '',
|
||||
newsfeed_image varchar(250) NOT NULL default '',
|
||||
newsfeed_active tinyint(1) unsigned NOT NULL default '0',
|
||||
newsfeed_updateint int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (newsfeed_id)
|
||||
|
Reference in New Issue
Block a user