mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -921,12 +921,8 @@ function get_schema_struct()
|
||||
'COLUMNS' => array(
|
||||
'topic_id' => array('UINT', 0),
|
||||
'user_id' => array('UINT', 0),
|
||||
'order_id' => array('UINT', 0),
|
||||
),
|
||||
'KEYS' => array(
|
||||
'order_id' => array('INDEX', 'order_id'),
|
||||
'topic_user_id' => array('INDEX', array('topic_id', 'user_id')),
|
||||
),
|
||||
'PRIMARY_KEY' => array('topic_id', 'user_id'),
|
||||
);
|
||||
|
||||
$schema_data['phpbb_bots'] = array(
|
||||
|
Reference in New Issue
Block a user