chore(DB): import pending files

Referenced commit(s): 33a71434c9
This commit is contained in:
github-actions[bot]
2025-07-29 13:01:32 +00:00
parent 35d8d49ce3
commit 2bc6e0f747

View File

@@ -0,0 +1,4 @@
-- DB update 2025_07_11_00 -> 2025_07_29_00
--
ALTER TABLE `mail_server_template_conditions`
CHANGE COLUMN `conditionType` `conditionType` ENUM('Level','PlayTime','Quest','Achievement','Reputation','Faction','Race','Class','AccountFlags') NOT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `templateID`;