diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-21 13:26:27 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-21 13:26:27 +0200 |
| commit | 69c1e0d758a94191a1973f28476fd1e6ffbd556b (patch) | |
| tree | 5a659492c82fba9f4cb386fc4f5432bf4be5819c /sql/updates/auth | |
| parent | ef70382d5bf32732c064134bcc0aa31a8f3c8055 (diff) | |
TDB 335.56 - 2014/09/21TDB335.56
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2014_08_28_00_auth_rbac_ahbot.sql | 40 | ||||
| -rw-r--r-- | sql/updates/auth/2014_08_28_01_auth_rbac_permissions.sql | 8 |
2 files changed, 0 insertions, 48 deletions
diff --git a/sql/updates/auth/2014_08_28_00_auth_rbac_ahbot.sql b/sql/updates/auth/2014_08_28_00_auth_rbac_ahbot.sql deleted file mode 100644 index 7de587dc19f..00000000000 --- a/sql/updates/auth/2014_08_28_00_auth_rbac_ahbot.sql +++ /dev/null @@ -1,40 +0,0 @@ -SET @id = 778; - --- Add new permissions -DELETE FROM `rbac_permissions` WHERE `id` BETWEEN @id AND @id+15; -INSERT INTO `rbac_permissions` (`id`, `name`) VALUES -(@id, 'Command: ahbot'), -(@id+1, 'Command: ahbot items'), -(@id+2, 'Command: ahbot items gray'), -(@id+3, 'Command: ahbot items white'), -(@id+4, 'Command: ahbot items green'), -(@id+5, 'Command: ahbot items blue'), -(@id+6, 'Command: ahbot items purple'), -(@id+7, 'Command: ahbot items orange'), -(@id+8, 'Command: ahbot items yellow'), -(@id+9, 'Command: ahbot ratio'), -(@id+10, 'Command: ahbot ratio alliance'), -(@id+11, 'Command: ahbot ratio horde'), -(@id+12, 'Command: ahbot ratio neutral'), -(@id+13, 'Command: ahbot rebuild'), -(@id+14, 'Command: ahbot reload'), -(@id+15, 'Command: ahbot status'); - -DELETE FROM `rbac_linked_permissions` WHERE `linkedId` BETWEEN @id AND @id+15; -INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES -(192, @id), -(192, @id+1), -(192, @id+2), -(192, @id+3), -(192, @id+4), -(192, @id+5), -(192, @id+6), -(192, @id+7), -(192, @id+8), -(192, @id+9), -(192, @id+10), -(192, @id+11), -(192, @id+12), -(192, @id+13), -(192, @id+14), -(192, @id+15); diff --git a/sql/updates/auth/2014_08_28_01_auth_rbac_permissions.sql b/sql/updates/auth/2014_08_28_01_auth_rbac_permissions.sql deleted file mode 100644 index 4c885bfd92e..00000000000 --- a/sql/updates/auth/2014_08_28_01_auth_rbac_permissions.sql +++ /dev/null @@ -1,8 +0,0 @@ --- Permissions for .guild info command -DELETE FROM `rbac_permissions` WHERE `id`=794; -INSERT INTO `rbac_permissions` (`id`, `name`) VALUES -(794, 'Command: .guild info'); - -DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=794; -INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES -(192, 794); |
