1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +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

@@ -1864,7 +1864,6 @@ CREATE TABLE phpbb_users (
user_yim varchar2(765) DEFAULT '' ,
user_msnm varchar2(765) DEFAULT '' ,
user_jabber varchar2(765) DEFAULT '' ,
user_website varchar2(600) DEFAULT '' ,
user_form_salt varchar2(96) DEFAULT '' ,
user_new number(1) DEFAULT '1' NOT NULL,
user_reminded number(4) DEFAULT '0' NOT NULL,