mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12187] Convert website field data to custom profile field
PHPBB3-12187
This commit is contained in:
@@ -680,6 +680,7 @@ CREATE TABLE phpbb_profile_fields_data (
|
||||
pf_phpbb_interests text NOT NULL,
|
||||
pf_phpbb_occupation text NOT NULL,
|
||||
pf_phpbb_icq varchar(255) DEFAULT '' NOT NULL,
|
||||
pf_phpbb_website varchar(255) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (user_id)
|
||||
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
|
||||
|
||||
|
Reference in New Issue
Block a user