From 0d66ffb98bd0432189273b466c95205b15d30a4e Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:34:58 +0200 Subject: [PATCH] Rename zz_cleanup.sql to 00_cleanup.sql order in which this file was run caused issues. running this first should solve it. --- sql/world/base/{zz_cleanup.sql => 00_cleanup.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sql/world/base/{zz_cleanup.sql => 00_cleanup.sql} (100%) diff --git a/sql/world/base/zz_cleanup.sql b/sql/world/base/00_cleanup.sql similarity index 100% rename from sql/world/base/zz_cleanup.sql rename to sql/world/base/00_cleanup.sql