diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 15:59:52 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 15:59:52 +0200 |
| commit | a82bbeb101d64b89d9918ff5cbe4866591f1101b (patch) | |
| tree | bd54628c42bab482ad7f4954d2aebb2c9045ec0a /sql/base | |
| parent | 9d2af284a5db759e421e19ab1dbc49858f1a321e (diff) | |
Core/DB: Add RBAC for .debug poolstatus, because I need it for the pooling branch.
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 58d7daf859c..0649fdb670c 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -775,6 +775,7 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,876), (196,877), (196,878), +(196,879), (197,232), (197,236), (197,237), @@ -1658,7 +1659,8 @@ INSERT INTO `rbac_permissions` VALUES (875,'Command: lookup map id'), (876,'Command: lookup item id'), (877,'Command: lookup quest id'), -(878,'Command: debug questreset'); +(878,'Command: debug questreset'), +(879,'Command: debug poolstatus'); /*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */; UNLOCK TABLES; @@ -1797,7 +1799,8 @@ INSERT INTO `updates` VALUES ('2019_06_16_00_auth.sql','B14AED4D3387B56FF8C8161D3671750AEEAE0F2E','ARCHIVED','2019-06-16 00:00:00',0), ('2019_06_21_00_auth.sql','C519239830204B68E710F698BC0C9E89B6D5FD24','ARCHIVED','2019-06-21 00:00:00',0), ('2019_07_15_00_auth.sql','64B491CD197A4466D7F739D67DD30C9502FF393A','ARCHIVED','2019-07-15 00:00:00',0), -('2019_07_16_00_auth.sql','36CB53A9EBD64BFDCF7030083E36E534F1753773','ARCHIVED','2019-07-16 00:00:00',0); +('2019_07_16_00_auth.sql','36CB53A9EBD64BFDCF7030083E36E534F1753773','ARCHIVED','2019-07-16 00:00:00',0), +('2019_07_17_00_auth.sql','4F983F039904894ACC483BE885676C5F0A18F06B','ARCHIVED','2019-07-17 00:00:00',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |
