diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/update_to_RC4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/update_to_RC4.php b/phpBB/update_to_RC4.php index 3db0041ee2..11799d7ba8 100644 --- a/phpBB/update_to_RC4.php +++ b/phpBB/update_to_RC4.php @@ -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)"; |
