mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- some fixes
- added script for easy adjustement of username_clean column within the users table (please see the note i added to the utf8_clean_string() function) git-svn-id: file:///svn/phpbb/trunk@6561 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1294,7 +1294,7 @@ CREATE TABLE phpbb_users (
|
||||
CREATE INDEX phpbb_users_user_birthday ON phpbb_users (user_birthday);
|
||||
CREATE INDEX phpbb_users_user_email_hash ON phpbb_users (user_email_hash);
|
||||
CREATE INDEX phpbb_users_user_type ON phpbb_users (user_type);
|
||||
CREATE INDEX phpbb_users_username ON phpbb_users (username);
|
||||
CREATE INDEX phpbb_users_username_clean ON phpbb_users (username_clean);
|
||||
|
||||
/*
|
||||
Table: 'phpbb_warnings'
|
||||
|
Reference in New Issue
Block a user