1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +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

@@ -1691,7 +1691,7 @@ GO
CREATE INDEX [user_type] ON [phpbb_users]([user_type]) ON [PRIMARY]
GO
CREATE INDEX [username_clean] ON [phpbb_users]([username_clean]) ON [PRIMARY]
CREATE UNIQUE INDEX [username_clean] ON [phpbb_users]([username_clean]) ON [PRIMARY]
GO