chore(DB): import pending files

Referenced commit(s): e50a692fc7
This commit is contained in:
github-actions[bot]
2025-06-17 17:50:18 +00:00
parent e50a692fc7
commit a902e7314c

View File

@@ -1,3 +1,4 @@
-- DB update 2025_06_17_00 -> 2025_06_17_01
-- --
ALTER TABLE `game_event_creature` MODIFY COLUMN `eventEntry` smallint NOT NULL COMMENT 'Entry of the game event. Put negative entry to remove during event.'; ALTER TABLE `game_event_creature` MODIFY COLUMN `eventEntry` smallint NOT NULL COMMENT 'Entry of the game event. Put negative entry to remove during event.';
ALTER TABLE `game_event_gameobject` MODIFY COLUMN `eventEntry` smallint NOT NULL COMMENT 'Entry of the game event. Put negative entry to remove during event.'; ALTER TABLE `game_event_gameobject` MODIFY COLUMN `eventEntry` smallint NOT NULL COMMENT 'Entry of the game event. Put negative entry to remove during event.';