mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/12187] Convert website field data to custom profile field
PHPBB3-12187
This commit is contained in:
@@ -1273,6 +1273,7 @@ CREATE TABLE phpbb_profile_fields_data (
|
||||
pf_phpbb_interests clob DEFAULT '' ,
|
||||
pf_phpbb_occupation clob DEFAULT '' ,
|
||||
pf_phpbb_icq varchar2(255) DEFAULT '' ,
|
||||
pf_phpbb_website varchar2(255) DEFAULT '' ,
|
||||
CONSTRAINT pk_phpbb_profile_fields_data PRIMARY KEY (user_id)
|
||||
)
|
||||
/
|
||||
|
Reference in New Issue
Block a user