parent
b0e914ac45
commit
9f8401cad1
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_07_18_00 -> 2026_07_18_01
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 940;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(940, 'Command: group invites');
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_07_18_02 -> 2026_07_18_03
|
||||
DELETE FROM `command` WHERE `name`='group invites';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('group invites', 2, 'Syntax: .group invites on|off\r\nEnable/disable accepting group invites.');
|
||||
Loading…
Reference in a new issue