mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Finalizing schema, thread viewing pagination working, other work.
This commit is contained in:
@@ -28,7 +28,7 @@ CREATE TABLE forum_thread (
|
||||
`thread_views` int(10) unsigned NOT NULL default '0',
|
||||
`thread_active` tinyint(3) unsigned NOT NULL default '0',
|
||||
`thread_lastpost` int(10) unsigned NOT NULL default '0',
|
||||
`thread_s` tinyint(1) unsigned NOT NULL default '0',
|
||||
`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,
|
||||
@@ -47,7 +47,7 @@ CREATE TABLE forum_post (
|
||||
`post_entry` text NOT NULL,
|
||||
`post_thread` int(10) unsigned default NULL,
|
||||
`post_forum` int(10) unsigned default NULL,
|
||||
`post_s` tinyint(1) unsigned NOT NULL default '0',
|
||||
`post_status` tinyint(1) unsigned NOT NULL default '0',
|
||||
`post_datestamp` int(10) unsigned NOT NULL default '0',
|
||||
`post_user` int(10) unsigned NOT NULL,
|
||||
`post_edit_datestamp` int(10) unsigned NOT NULL default '0',
|
||||
|
Reference in New Issue
Block a user