mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Merge branch 'develop-olympus' into develop
I simply used the develop-olympus version of all files that conflicted. Afterall there should not have been anything new in develop yet.
This commit is contained in:
@@ -862,6 +862,7 @@ CREATE TABLE phpbb_topics_track (
|
||||
forum_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
mark_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
PRIMARY KEY (user_id, topic_id),
|
||||
KEY topic_id (topic_id),
|
||||
KEY forum_id (forum_id)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user