chore(DB): import pending files

Referenced commit(s): 30f5dacd69
This commit is contained in:
github-actions[bot]
2025-05-30 17:34:34 +00:00
parent 30f5dacd69
commit 92bfdac461

View File

@@ -0,0 +1,5 @@
-- DB update 2025_05_30_06 -> 2025_05_30_07
--
DELETE FROM `command` WHERE `name` = 'group revive';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('group revive', 2, 'Syntax: .group revive\r\n\r\nRevives all players in your group.');