chore(DB): import pending files

Referenced commit(s): 8b8ba243d8
This commit is contained in:
github-actions[bot]
2026-06-01 20:29:41 +00:00
parent 8b8ba243d8
commit b927b716f2
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
-- DB update 2026_05_24_00 -> 2026_06_01_00
--
DELETE FROM `rbac_permissions` WHERE `id` IN (923, 924, 925);
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
(923, 'Command: chatfilter list'),
(924, 'Command: chatfilter add'),
(925, 'Command: chatfilter remove');
DELETE FROM `rbac_linked_permissions` WHERE `id` = 197 AND `linkedId` IN (923, 924, 925);
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
(197, 923),
(197, 924),
(197, 925);