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
@@ -1,3 +1,4 @@
-- 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
@@ -1,3 +1,4 @@
-- DB update 2026_04_12_00 -> 2026_06_01_00
-- Add `chat_filter` table for chat content filtering.
DROP TABLE IF EXISTS `chat_filter`;
CREATE TABLE `chat_filter` (
@@ -1,3 +1,4 @@
-- DB update 2026_06_01_00 -> 2026_06_01_01
-- Add chatfilter and reload chat_filter commands.
DELETE FROM `command` WHERE `name` IN ('chatfilter', 'chatfilter list', 'chatfilter add', 'chatfilter remove', 'reload chat_filter');
INSERT INTO `command` (`name`, `security`, `help`) VALUES