aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/schema_data.php
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/includes/db/schema_data.php
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/includes/db/schema_data.php')
-rw-r--r--phpBB/includes/db/schema_data.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/db/schema_data.php b/phpBB/includes/db/schema_data.php
index c8e405cd0f..e330f76742 100644
--- a/phpBB/includes/db/schema_data.php
+++ b/phpBB/includes/db/schema_data.php
@@ -795,6 +795,7 @@ $schema_data['phpbb_profile_fields_data'] = array(
'pf_phpbb_interests' => array('TEXT_UNI', ''),
'pf_phpbb_occupation' => array('TEXT_UNI', ''),
'pf_phpbb_icq' => array('VCHAR', ''),
+ 'pf_phpbb_website' => array('VCHAR', ''),
),
'PRIMARY_KEY' => 'user_id',
);