diff options
| author | Rat <gmstreetrat@gmail.com> | 2015-04-08 20:37:30 +0200 |
|---|---|---|
| committer | Rat <gmstreetrat@gmail.com> | 2015-04-08 20:37:30 +0200 |
| commit | e53f89d8364e98843cb24c45784bf8930c054548 (patch) | |
| tree | f99f4a432230f715ca73d18574a9f2681542b5d3 /sql/updates/auth | |
| parent | 01d91fa3cdfd0ce57c863210a3ca0c650bac81ac (diff) | |
Core/Scenes: added .debug send playscene command for testing purposes
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2015_04_08_00_auth.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_04_08_00_auth.sql b/sql/updates/auth/2015_04_08_00_auth.sql new file mode 100644 index 00000000000..30f79d8f2a5 --- /dev/null +++ b/sql/updates/auth/2015_04_08_00_auth.sql @@ -0,0 +1,5 @@ +DELETE FROM `rbac_permissions` WHERE `id`=692; +INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (692, 'Command: debug send playscene'); + +DELETE FROM `rbac_linked_permissions` WHERE `id`=192 AND linkedId=692; +INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 692); |
