mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Add a 6 char key to user_birthday
git-svn-id: file:///svn/phpbb/trunk@4036 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -887,7 +887,8 @@ CREATE TABLE phpbb_users (
|
||||
user_newpasswd varchar(32) DEFAULT '' NOT NULL,
|
||||
user_occ varchar(255) DEFAULT '' NOT NULL,
|
||||
user_interests varchar(255) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (user_id)
|
||||
PRIMARY KEY (user_id),
|
||||
KEY user_birthday (user_birthday(6))
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user