1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 05:55:02 +02:00

General cleanup

This commit is contained in:
CaMer0n
2012-08-10 11:37:20 +00:00
parent 35fe774435
commit 2f788a86f5
8 changed files with 9 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ CREATE TABLE news (
news_start int(10) unsigned NOT NULL default '0',
news_end int(10) unsigned NOT NULL default '0',
news_class varchar(255) NOT NULL default '0',
news_render_type tinyint(3) unsigned NOT NULL default '0',
news_render_type varchar(20) NOT NULL default '0',
news_comment_total int(10) unsigned NOT NULL default '0',
news_summary text NOT NULL,
news_thumbnail text NOT NULL,