1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00
git-svn-id: file:///svn/phpbb/trunk@7073 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-25 21:03:14 +00:00
parent 8494211a12
commit 409904c878
8 changed files with 306 additions and 307 deletions

View File

@@ -1036,7 +1036,7 @@ CREATE TABLE phpbb_users (
KEY user_birthday (user_birthday),
KEY user_email_hash (user_email_hash),
KEY user_type (user_type),
KEY username_clean (username_clean)
UNIQUE username_clean (username_clean)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;