mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/passwords] Add schema changes for new hash types
PHPBB3-11610
This commit is contained in:
@@ -925,7 +925,7 @@ CREATE TABLE phpbb_users (
|
||||
user_regdate INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
username varchar(255) NOT NULL DEFAULT '',
|
||||
username_clean varchar(255) NOT NULL DEFAULT '',
|
||||
user_password varchar(40) NOT NULL DEFAULT '',
|
||||
user_password varchar(255) NOT NULL DEFAULT '',
|
||||
user_passchg INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_pass_convert INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_email varchar(100) NOT NULL DEFAULT '',
|
||||
|
Reference in New Issue
Block a user