diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-21 01:16:37 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-21 01:16:37 +0530 |
commit | 6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9 (patch) | |
tree | 649aee3e3ff93f211f677588a2fdb0567a071f12 /phpBB | |
parent | 10b466848aa31d430694a5ded689bb9007817c34 (diff) | |
download | forums-6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9.tar forums-6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9.tar.gz forums-6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9.tar.bz2 forums-6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9.tar.xz forums-6b58f406630f7c98e00e2dd1b4db0c55e4e76ba9.zip |
[ticket/12732] Update schema.json for Skype
PHPBB3-12732
Diffstat (limited to 'phpBB')
-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..5a1fa17d77 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -2088,6 +2088,10 @@ "UINT", 0 ], + "pf_phpbb_skype": [ + "VCHAR", + "" + ], "pf_phpbb_interests": [ "MTEXT", "" |