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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user