chore(DB): import pending files

Referenced commit(s): 08d74c5d1c
This commit is contained in:
AzerothCoreBot
2022-10-13 19:11:12 +00:00
parent 08d74c5d1c
commit 7ee14d44bf

View File

@@ -0,0 +1,6 @@
-- DB update 2022_08_21_00 -> 2022_10_13_00
--
DELETE FROM `updates` WHERE `name`='Homebind_Orientation.sql';
ALTER TABLE `character_homebind`
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;