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