XuqmGroup-Server/push-service/src/main
XuqmGroup 46b437d5c9 fix(push): 删除 push 表中遗留的 app_id 字段
push_device_token 和 push_device_login_log 中存在 NOT NULL 的 app_id 列,
为历史遗留字段(系统已统一使用 appKey),导致 INSERT 时报错 500。
通过 PushSchemaMigrationService 新增迁移删除该字段及对应的旧索引/约束,
并重建 idx_push_device_log_user_time 索引到正确的 app_key 列。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 11:25:27 +08:00
..
java/com/xuqm/push fix(push): 删除 push 表中遗留的 app_id 字段 2026-06-26 11:25:27 +08:00
resources fix: 所有服务禁用 Flyway validate-on-migrate,防止迁移文件修改后 checksum 不匹配导致 crash-loop 2026-06-18 22:44:31 +08:00