From 8895e0f66c3a483fcb3eb1c3db1fe2cfc567e21a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Oct 2023 02:46:54 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 2e55cad450815788c503fe2902dd248902e6d85b --- .../2023_10_22_08.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/reputation_spillover_template-update.sql => db_world/2023_10_22_08.sql} (90%) diff --git a/data/sql/updates/pending_db_world/reputation_spillover_template-update.sql b/data/sql/updates/db_world/2023_10_22_08.sql similarity index 90% rename from data/sql/updates/pending_db_world/reputation_spillover_template-update.sql rename to data/sql/updates/db_world/2023_10_22_08.sql index 5433bc121..ed38edf9f 100644 --- a/data/sql/updates/pending_db_world/reputation_spillover_template-update.sql +++ b/data/sql/updates/db_world/2023_10_22_08.sql @@ -1,3 +1,4 @@ +-- 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',