diff options
Diffstat (limited to 'phpBB/install/schemas/schema.json')
-rw-r--r-- | phpBB/install/schemas/schema.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json index 5a1fa17d77..207e52d731 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -2092,6 +2092,14 @@ "VCHAR", "" ], + "pf_phpbb_twitter": [ + "VCHAR", + "" + ], + "pf_phpbb_facebook": [ + "VCHAR", + "" + ], "pf_phpbb_interests": [ "MTEXT", "" |