mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
fixing some bugs
changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB. git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -129,9 +129,7 @@ CREATE TABLE phpbb_bbcodes (
|
||||
CREATE TABLE phpbb_bookmarks (
|
||||
topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
order_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
KEY order_id (order_id),
|
||||
KEY topic_user_id (topic_id, user_id)
|
||||
PRIMARY KEY (topic_id, user_id)
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user