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> |
||
|---|---|---|
| .. | ||
| src/main | ||
| pom.xml | ||