chore(DB): import pending files

Referenced commit(s): 2e55cad450
This commit is contained in:
github-actions[bot]
2023-10-22 02:46:54 +00:00
parent 2e55cad450
commit 8895e0f66c

View File

@@ -0,0 +1,8 @@
-- DB update 2023_10_22_07 -> 2023_10_22_08
ALTER TABLE `reputation_spillover_template`
ADD COLUMN `faction5` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
ADD COLUMN `rate_5` FLOAT NOT NULL DEFAULT '0',
ADD COLUMN `rank_5` TINYINT UNSIGNED NOT NULL DEFAULT '0',
ADD COLUMN `faction6` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
ADD COLUMN `rate_6` FLOAT NOT NULL DEFAULT '0',
ADD COLUMN `rank_6` TINYINT UNSIGNED NOT NULL DEFAULT '0';