diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-24 22:52:42 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-06-16 22:50:04 +0200 |
| commit | 386ec582334818bb46582290e9daecb19f453897 (patch) | |
| tree | 13141d9adc6a11432fc477bc40e56a7d8b99bda9 /sql/updates/auth | |
| parent | e9d77fdcffaf206e6178dceae2ea39b2700e2685 (diff) | |
Scripts/Commands: new command '.debug instancespawn'
(cherry picked from commit 6ce078d8e885f61ebdff3eb905e4cf6a2911da90)
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2018_01_24_00_auth.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_01_24_00_auth.sql b/sql/updates/auth/master/2018_01_24_00_auth.sql new file mode 100644 index 00000000000..119db7ae391 --- /dev/null +++ b/sql/updates/auth/master/2018_01_24_00_auth.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id`=871; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES +(871, 'Command: debug instancespawn'); + +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=871; +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES +(196,871); |
