aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2017-06-28 17:25:49 +0200
committertreeston <treeston.mmoc@gmail.com>2017-06-28 17:27:34 +0200
commite35092c6a164e929f9684b350093b2beefee5d86 (patch)
treeab3c412ccacf1ca3bd03e51788550109ed0886f8 /sql/updates/auth
parent7a558e538a256b6ce705096028b09f155a1a4600 (diff)
Combat/threat rewrite prep - merge RBAC/DB changes.
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/3.3.5/2017_06_28_00_auth.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql b/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql
new file mode 100644
index 00000000000..e854b107804
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2017_06_28_00_auth.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `rbac_permissions` SET `name`="Command: debug combat" WHERE `id`=309;