XuqmGroup-Server/push-service/src/main/java/com/xuqm/push
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
..
config fix(push): 开放 SDK 设备注册相关接口,无需 JWT 2026-06-26 10:54:25 +08:00
controller feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
entity feat(ui): 添加服务应用切换记忆功能并优化菜单结构 2026-05-28 10:53:12 +08:00
repository feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
service fix(push): 删除 push 表中遗留的 app_id 字段 2026-06-26 11:25:27 +08:00
PushServiceApplication.java chore: initial commit 2026-04-21 22:07:29 +08:00