Core/RBAC: sync enum with master

This commit is contained in:
ariel-
2017-02-06 20:34:53 -03:00
parent aa7ef797d6
commit 9e65fead38
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `rbac_permissions` WHERE `id` IN (845, 852);
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
(852, 'Command: go offset');
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
(198, 852);

View File

@@ -0,0 +1 @@
UPDATE `command` SET `permission`=852 WHERE `name`='go offset';