parent
25bf0f9f07
commit
d7fca81ac2
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_05_17_00 -> 2026_05_24_00
|
||||
-- RBAC permission for .pet rename (sec 3+, Admin role 196).
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 922;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_05_24_01 -> 2026_05_24_02
|
||||
-- acore_string entries for .pet rename command.
|
||||
DELETE FROM `acore_string` WHERE `entry` IN (35453, 35454);
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
|
||||
Loading…
Reference in a new issue