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',