1
0
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:
Cameron
2022-06-30 19:01:52 -07:00
parent 4f6b41d73e
commit c494c04c7e
3 changed files with 6 additions and 3 deletions

View File

@@ -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 '',