mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Make first_id in topics NULL
git-svn-id: file:///svn/phpbb/trunk@2370 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -216,7 +216,7 @@ switch ( SQL_LAYER )
|
||||
ON " . USERS_TABLE . " (user_session_time)";
|
||||
|
||||
$sql[] = "ALTER TABLE " . TOPICS_TABLE . " ADD
|
||||
topic_first_post_id int NOT NULL";
|
||||
topic_first_post_id int NULL";
|
||||
$sql[] = "CREATE INDEX topic_first_post_id
|
||||
ON " . TOPICS_TABLE . " (topic_first_post_id)";
|
||||
|
||||
|
Reference in New Issue
Block a user