mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@6793 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1066,8 +1066,7 @@ CREATE TABLE phpbb_zebra (
|
||||
zebra_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
friend tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
foe tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
KEY user_id (user_id),
|
||||
KEY zebra_id (zebra_id)
|
||||
PRIMARY KEY (user_id, zebra_id)
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user