Skip to content

Commit

Permalink
Fixes #5108 - newsfeed image field length fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 20, 2023
1 parent d5d40b9 commit f62050c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/newsfeed/newsfeed_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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)
Expand Down

0 comments on commit f62050c

Please sign in to comment.