aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-03 12:38:55 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-03 12:38:55 +0100
commite750d71f840e0c2e8fe802c5cc593c0630746291 (patch)
treee34ca8416b541454e08505d1f66d85c458806842 /phpBB/install/schemas/postgres_schema.sql
parenta2f2629e2a5038aca372cc3e55c408a99b6ca6fc (diff)
downloadforums-e750d71f840e0c2e8fe802c5cc593c0630746291.tar
forums-e750d71f840e0c2e8fe802c5cc593c0630746291.tar.gz
forums-e750d71f840e0c2e8fe802c5cc593c0630746291.tar.bz2
forums-e750d71f840e0c2e8fe802c5cc593c0630746291.tar.xz
forums-e750d71f840e0c2e8fe802c5cc593c0630746291.zip
[ticket/12187] Convert website field data to custom profile field
PHPBB3-12187
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r--phpBB/install/schemas/postgres_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql
index 88323a5695..814403ed3e 100644
--- a/phpBB/install/schemas/postgres_schema.sql
+++ b/phpBB/install/schemas/postgres_schema.sql
@@ -890,6 +890,7 @@ CREATE TABLE phpbb_profile_fields_data (
pf_phpbb_interests varchar(4000) DEFAULT '' NOT NULL,
pf_phpbb_occupation varchar(4000) DEFAULT '' NOT NULL,
pf_phpbb_icq varchar(255) DEFAULT '' NOT NULL,
+ pf_phpbb_website varchar(255) DEFAULT '' NOT NULL,
PRIMARY KEY (user_id)
);