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,3 +1,4 @@
-- DB update 2026_07_18_01 -> 2026_07_19_00
DELETE FROM `rbac_permissions` WHERE `id` IN (941, 942, 943, 944);
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
(941, 'Command: account flag'),

View File

@@ -1,3 +1,4 @@
-- DB update 2026_07_19_01 -> 2026_07_19_02
DELETE FROM `command` WHERE `name` IN ('account flag', 'account flag list', 'account flag add', 'account flag remove');
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('account flag', 2, 'Syntax: .account flag $subcommand\nType .account flag to see the list of possible subcommands or .help account flag $subcommand to see info on subcommands.'),