aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-12-25 22:20:16 +0100
committerShauren <shauren.trinity@gmail.com>2014-12-25 22:20:16 +0100
commit9eb70940bd06be2671c2e49f9c16c77d42f52076 (patch)
treef67350dbc419c1d856033d547ab4c099fa3901d1 /sql/updates/auth
parent4e8217754eb72f9da518ff3946bf72eed1a835d3 (diff)
Core/DataStores: Moved broadcast_text handling to DB2Storage
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2014_12_25_00_auth.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_12_25_00_auth.sql b/sql/updates/auth/2014_12_25_00_auth.sql
new file mode 100644
index 00000000000..2ab5127e699
--- /dev/null
+++ b/sql/updates/auth/2014_12_25_00_auth.sql
@@ -0,0 +1,2 @@
+DELETE FROM `rbac_permissions` WHERE `id`=614;
+DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=614;