mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:10:18 +02:00
[feature/passwords] Add schema changes for new hash types
PHPBB3-11610
This commit is contained in:
@@ -1222,7 +1222,7 @@ CREATE TABLE phpbb_users (
|
||||
user_regdate INT4 DEFAULT '0' NOT NULL CHECK (user_regdate >= 0),
|
||||
username varchar_ci DEFAULT '' NOT NULL,
|
||||
username_clean varchar_ci DEFAULT '' NOT NULL,
|
||||
user_password varchar(40) DEFAULT '' NOT NULL,
|
||||
user_password varchar_ci DEFAULT '' NOT NULL,
|
||||
user_passchg INT4 DEFAULT '0' NOT NULL CHECK (user_passchg >= 0),
|
||||
user_pass_convert INT2 DEFAULT '0' NOT NULL CHECK (user_pass_convert >= 0),
|
||||
user_email varchar(100) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user