mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12236] Move AOL Instant Messanger field to custom profile field
PHPBB3-12236
This commit is contained in:
@@ -680,6 +680,7 @@ CREATE TABLE phpbb_profile_fields_data (
|
||||
pf_phpbb_interests blob NOT NULL,
|
||||
pf_phpbb_occupation blob NOT NULL,
|
||||
pf_phpbb_icq varbinary(255) DEFAULT '' NOT NULL,
|
||||
pf_phpbb_aol varbinary(255) DEFAULT '' NOT NULL,
|
||||
pf_phpbb_wlm varbinary(255) DEFAULT '' NOT NULL,
|
||||
pf_phpbb_yahoo varbinary(255) DEFAULT '' NOT NULL,
|
||||
pf_phpbb_website varbinary(255) DEFAULT '' NOT NULL,
|
||||
@@ -1038,7 +1039,6 @@ CREATE TABLE phpbb_users (
|
||||
user_sig mediumblob NOT NULL,
|
||||
user_sig_bbcode_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
user_aim blob NOT NULL,
|
||||
user_jabber blob NOT NULL,
|
||||
user_form_salt varbinary(96) DEFAULT '' NOT NULL,
|
||||
user_new tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
|
Reference in New Issue
Block a user