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
+1 -1
View File
@@ -84,7 +84,7 @@ martial-master/
│ ├── application-dev.yml # 开发环境
│ ├── application-prod.yml # 生产环境
│ └── db/migration/ # Flyway 迁移脚本
├── database/ # 数据库初始化脚本
├── database/ # SQL管理目录(init/flowable/upgrade
├── docs/ # 项目文档
├── docker-compose.yml # Docker 编排配置
├── Dockerfile.fullbuild # 完整构建(含 martial-tool