XuqmGroup-Server/push-service/src/main/resources
XuqmGroup ffdb7c56fe fix(flyway): 各服务配置独立历史表名,解决共享数据库冲突
私有化部署所有服务共用同一 MySQL 库,Flyway 默认都写
flyway_schema_history,导致不同服务的 V1 checksum 互相
覆盖/冲突。改为每个服务使用独立的表名:
flyway_history_{tenant|im|file|update|license|push|demo}

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 00:05:31 +08:00
..
db/migration feat: 引入 Flyway 数据库版本管理,替换 ddl-auto: update 2026-06-12 23:28:12 +08:00
application.yml fix(flyway): 各服务配置独立历史表名,解决共享数据库冲突 2026-06-13 00:05:31 +08:00