Skip to content

feat(docker): introduce Flyway for database migration management#9

Merged
AperturePlus merged 2 commits into
developfrom
feat/introduce-flyway
Apr 28, 2026
Merged

feat(docker): introduce Flyway for database migration management#9
AperturePlus merged 2 commits into
developfrom
feat/introduce-flyway

Conversation

@khamkhamini94-bit

Copy link
Copy Markdown
Collaborator

变更内容

  • 引入 Flyway 管理数据库 Schema 迁移
  • 将原有 init SQL 脚本重命名为 Flyway 版本格式(V1~V8)
  • 新增 docker/flyway/migrations/ 目录存放迁移文件
  • 通过 Docker Compose 集成 Flyway,postgres 健康检查通过后自动执行迁移
  • 修复 V7 中 path 字段类型转换问题(cast to VARCHAR(2048))

@AperturePlus AperturePlus merged commit e5f287f into develop Apr 28, 2026
@AperturePlus AperturePlus deleted the feat/introduce-flyway branch May 12, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants