mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
only small addition for further use...
git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -832,6 +832,7 @@ CREATE TABLE phpbb_topics (
|
||||
topic_last_poster_id INTEGER DEFAULT 0 NOT NULL,
|
||||
topic_last_poster_name VARCHAR(30),
|
||||
topic_last_post_time INTEGER DEFAULT 0 NOT NULL,
|
||||
topic_last_view_time INTEGER DEFAULT 0 NOT NULL,
|
||||
topic_moved_id INTEGER DEFAULT 0 NOT NULL,
|
||||
poll_title VARCHAR(255) DEFAULT '' NOT NULL,
|
||||
poll_start INTEGER DEFAULT 0 NOT NULL,
|
||||
|
Reference in New Issue
Block a user