mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12187] Remove user_website field
PHPBB3-12187
This commit is contained in:
@@ -1312,7 +1312,6 @@ CREATE TABLE phpbb_users (
|
||||
user_yim varchar(255) DEFAULT '' NOT NULL,
|
||||
user_msnm varchar(255) DEFAULT '' NOT NULL,
|
||||
user_jabber varchar(255) DEFAULT '' NOT NULL,
|
||||
user_website varchar(200) DEFAULT '' NOT NULL,
|
||||
user_form_salt varchar(32) DEFAULT '' NOT NULL,
|
||||
user_new INT2 DEFAULT '1' NOT NULL CHECK (user_new >= 0),
|
||||
user_reminded INT2 DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user