chore(DB): import pending files

Referenced commit(s): 60dd3da660
This commit is contained in:
github-actions[bot]
2026-07-19 12:48:35 +00:00
parent e2b02697fd
commit ae038d4541
2 changed files with 2 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
DELETE FROM `rbac_permissions` WHERE `id` IN (941, 942, 943, 944);
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
(941, 'Command: account flag'),
(942, 'Command: account flag list'),
(943, 'Command: account flag add'),
(944, 'Command: account flag remove');
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (941, 942, 943, 944);
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
(197, 941),
(197, 942),
(196, 943),
(196, 944);