aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-02 09:59:25 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-02 09:59:25 +0100
commitdb5121511d09aa6f19644dfa6fe47d760c4355f9 (patch)
treec0003b620775417674c92d110ab7a145f1a7b8ca /phpBB/install/schemas/schema_data.sql
parentMerge pull request #5807 from 3D-I/ticket/16273 (diff)
parent[ticket/16279] Add permission for Emoji in topic title (diff)
downloadphpbb-db5121511d09aa6f19644dfa6fe47d760c4355f9.tar.gz
phpbb-db5121511d09aa6f19644dfa6fe47d760c4355f9.tar.bz2
phpbb-db5121511d09aa6f19644dfa6fe47d760c4355f9.zip
Merge pull request #5802 from 3D-I/ticket/16279
[ticket/16279] Add permission for Emoji in topic title
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 6cec5ad1ef..b5fc4f13a5 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -420,6 +420,7 @@ INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgname', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgpasswd', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgprofileinfo', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_download', 1);
+INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_emoji', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_hideonline', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_ignoreflood', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_masspm', 1);