mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +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:
parent
05232173c5
commit
40c7072be7
@ -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)";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user