1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/12187] Remove user_website field

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-03-04 08:25:36 +01:00
parent 5b1fbfb2f2
commit a3627a9ff7
9 changed files with 47 additions and 8 deletions

View File

@@ -1011,7 +1011,6 @@ CREATE TABLE phpbb_users (
user_yim varchar(255) NOT NULL DEFAULT '',
user_msnm varchar(255) NOT NULL DEFAULT '',
user_jabber varchar(255) NOT NULL DEFAULT '',
user_website varchar(200) NOT NULL DEFAULT '',
user_form_salt varchar(32) NOT NULL DEFAULT '',
user_new INTEGER UNSIGNED NOT NULL DEFAULT '1',
user_reminded tinyint(4) NOT NULL DEFAULT '0',