diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 19:24:56 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 19:24:56 +0200 |
commit | f76d671dc780f18ca329ef8c21f674cc40336e4a (patch) | |
tree | aff8a6aaef082e34e73c41efa2217ce6940e376d | |
parent | 96005ceb9e88eaf95cc818c6097e594a13b10533 (diff) | |
parent | edbae9ceaa698718e1e6b72bb6d03b19535f861e (diff) | |
download | forums-f76d671dc780f18ca329ef8c21f674cc40336e4a.tar forums-f76d671dc780f18ca329ef8c21f674cc40336e4a.tar.gz forums-f76d671dc780f18ca329ef8c21f674cc40336e4a.tar.bz2 forums-f76d671dc780f18ca329ef8c21f674cc40336e4a.tar.xz forums-f76d671dc780f18ca329ef8c21f674cc40336e4a.zip |
Merge pull request #2870 from nickvergessen/ticket/12970
[ticket/12970] Regenerate schema.json with new dependencies
* nickvergessen/ticket/12970:
[ticket/12970] Regenerate schema.json with new dependencies
-rw-r--r-- | phpBB/install/schemas/schema.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json index 4e014c77ed..b71b1fecbe 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -2088,16 +2088,12 @@ "UINT", 0 ], - "pf_phpbb_skype": [ - "VCHAR", - "" - ], - "pf_phpbb_twitter": [ - "VCHAR", + "pf_phpbb_interests": [ + "MTEXT", "" ], - "pf_phpbb_youtube": [ - "VCHAR", + "pf_phpbb_occupation": [ + "MTEXT", "" ], "pf_phpbb_facebook": [ @@ -2108,19 +2104,19 @@ "VCHAR", "" ], - "pf_phpbb_interests": [ - "MTEXT", + "pf_phpbb_icq": [ + "VCHAR", "" ], - "pf_phpbb_occupation": [ - "MTEXT", + "pf_phpbb_location": [ + "VCHAR", "" ], - "pf_phpbb_icq": [ + "pf_phpbb_skype": [ "VCHAR", "" ], - "pf_phpbb_location": [ + "pf_phpbb_twitter": [ "VCHAR", "" ], @@ -2136,6 +2132,10 @@ "VCHAR", "" ], + "pf_phpbb_youtube": [ + "VCHAR", + "" + ], "pf_phpbb_aol": [ "VCHAR", "" |