mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
General cleanup
This commit is contained in:
@@ -31,9 +31,9 @@ CREATE TABLE forum_thread (
|
||||
`thread_sticky` tinyint(1) unsigned NOT NULL default '0',
|
||||
`thread_datestamp` int(10) unsigned default NULL,
|
||||
`thread_user` int(10) unsigned default NULL,
|
||||
`thread_user_anon` varchar(30) NULL,
|
||||
`thread_user_anon` varchar(30) default NULL,
|
||||
`thread_lastuser` int(10) unsigned default NULL,
|
||||
`thread_lastuser_anon` varchar(30) NULL,
|
||||
`thread_lastuser_anon` varchar(30) default NULL,
|
||||
`thread_total_replies` int(10) unsigned NOT NULL default '0',
|
||||
`thread_options` text,
|
||||
PRIMARY KEY (`thread_id`),
|
||||
@@ -54,7 +54,7 @@ CREATE TABLE forum_post (
|
||||
`post_edit_user` int(10) unsigned default NULL,
|
||||
`post_ip` varchar(45) default NULL,
|
||||
`post_user_anon` varchar(30) default NULL,
|
||||
`post_attachments` text default NULL,
|
||||
`post_attachments` text,
|
||||
`post_options` text,
|
||||
PRIMARY KEY (`post_id`),
|
||||
KEY `post_ip` (`post_ip`),
|
||||
|
Reference in New Issue
Block a user