chore(db): clean legacy sql assets and standardize migrations

This commit is contained in:
2026-02-15 16:09:16 +08:00
parent 3ed0bf266a
commit 0e819f5c32
33 changed files with 110 additions and 26177 deletions
+7
View File
@@ -0,0 +1,7 @@
# MySQL init directory
Keep this directory minimal for new-environment bootstrap.
- Files in this directory are executed automatically by MySQL image on first initialization.
- Do NOT place full backups or system-database dumps here.
- Prefer schema management through Flyway migrations in `src/main/resources/db/migration`.