mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Phase 2 of the changes
This should now be complete git-svn-id: file:///svn/phpbb/trunk@6311 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -237,6 +237,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_last_poster_id INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
forum_last_post_time INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
forum_last_poster_name varchar(255) NOT NULL DEFAULT '',
|
||||
forum_last_poster_colour varchar(6) NOT NULL DEFAULT '',
|
||||
forum_flags tinyint(4) NOT NULL DEFAULT '32',
|
||||
display_on_index INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
enable_indexing INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
|
Reference in New Issue
Block a user