Commit Graph

2 Commits

Author SHA1 Message Date
刘正航
38cb9345d6 feat: init_db自动执行SQL迁移脚本
数据库初始化时自动执行sql目录下的迁移脚本,支持幂等执行:
- 遍历sql/*.sql文件按顺序执行
- 忽略重复字段/索引错误(MySQL 1060/1061)
- 输出执行的迁移文件列表

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-22 21:52:25 +08:00
刘正航
b5237f9038 1 2026-04-21 22:45:19 +08:00