1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Blogger import improvements and news_title and news_body field size limitations removed. (DB Update Required)

This commit is contained in:
Cameron
2015-03-29 20:28:33 -07:00
parent 899281eaaf
commit 3cc97e1fb4
3 changed files with 101 additions and 19 deletions

View File

@@ -300,9 +300,9 @@ CREATE TABLE menus (
CREATE TABLE news (
news_id int(10) unsigned NOT NULL auto_increment,
news_title varchar(200) NOT NULL default '',
news_title varchar(255) NOT NULL default '',
news_sef varchar(200) NOT NULL default '',
news_body text NOT NULL,
news_body longtext NOT NULL,
news_extended text NOT NULL,
news_meta_keywords varchar(255) NOT NULL default '',
news_meta_description text NOT NULL,