diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 00:39:38 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-20 19:21:35 +0530 |
commit | d7edf31b955d311dda12aa13576227f9f2d1026a (patch) | |
tree | 0b6ffd4de7d25572519f63bf1a0d6851c638af2f | |
parent | fac6ab1fd4b2509b0cf387231c8a4bba8383efb6 (diff) | |
download | forums-d7edf31b955d311dda12aa13576227f9f2d1026a.tar forums-d7edf31b955d311dda12aa13576227f9f2d1026a.tar.gz forums-d7edf31b955d311dda12aa13576227f9f2d1026a.tar.bz2 forums-d7edf31b955d311dda12aa13576227f9f2d1026a.tar.xz forums-d7edf31b955d311dda12aa13576227f9f2d1026a.zip |
[ticket/12733] Update schema.json
PHPBB3-12733
-rw-r--r-- | phpBB/install/schemas/schema.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json index 79f06693a6..5bb33ea528 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -2088,6 +2088,10 @@ "UINT", 0 ], + "pf_phpbb_twitter": [ + "VCHAR", + "" + ], "pf_phpbb_interests": [ "MTEXT", "" |