mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
blah
git-svn-id: file:///svn/phpbb/trunk@5173 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -940,7 +940,7 @@ CREATE TABLE phpbb_users_passwd (
|
|||||||
passwd_time int(11) DEFAULT '0' NOT NULL,
|
passwd_time int(11) DEFAULT '0' NOT NULL,
|
||||||
passwd varchar(32) DEFAULT '' NOT NULL,
|
passwd varchar(32) DEFAULT '' NOT NULL,
|
||||||
PRIMARY KEY (user_id),
|
PRIMARY KEY (user_id),
|
||||||
KEY passwd_set (passwd_set)
|
KEY passwd_time (passwd_time)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user