mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Fixes #4806 - news keyword maxlength limitation fix.
This commit is contained in:
@@ -302,7 +302,7 @@ CREATE TABLE menus (
|
||||
CREATE TABLE news (
|
||||
news_id int(10) unsigned NOT NULL auto_increment,
|
||||
news_title varchar(255) NOT NULL default '',
|
||||
news_sef varchar(200) NOT NULL default '',
|
||||
news_sef varchar(255) NOT NULL default '',
|
||||
news_body longtext NOT NULL,
|
||||
news_extended longtext NOT NULL,
|
||||
news_meta_title varchar(255) NOT NULL default '',
|
||||
|
Reference in New Issue
Block a user