From 7e4b4991fd45fbb463dcc6baaaeb5c1a4f7c43e2 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:08:22 -0400 Subject: [PATCH] [M] Move file to the correct place --- .../db/{40 => 80}/V1000_44__ongeki_refresh_a016.sql | 0 src/main/resources/db/README.md | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename src/main/resources/db/{40 => 80}/V1000_44__ongeki_refresh_a016.sql (100%) create mode 100644 src/main/resources/db/README.md diff --git a/src/main/resources/db/40/V1000_44__ongeki_refresh_a016.sql b/src/main/resources/db/80/V1000_44__ongeki_refresh_a016.sql similarity index 100% rename from src/main/resources/db/40/V1000_44__ongeki_refresh_a016.sql rename to src/main/resources/db/80/V1000_44__ongeki_refresh_a016.sql diff --git a/src/main/resources/db/README.md b/src/main/resources/db/README.md new file mode 100644 index 00000000..75ba4cfb --- /dev/null +++ b/src/main/resources/db/README.md @@ -0,0 +1,12 @@ +About placing SQL files: + +File should be named `V1000_{version}__{description}.sql` where: +- `{version}` is the sequential ID, please pick the next available number +- `{description}` is a short description of the change + +The folders are grouped by 40 changes each, please put the files in the correct folder according to the version number: +- `db/40` : 1-40 +- `db/80` : 41-80 +- etc. + +(this is to avoid having to scroll through a huge list of files when looking for a specific change)