|
@@ -10426,7 +10426,7 @@ public class DatabaseInitializer implements CommandLineRunner {
|
|
|
// 实体期望 id/trigger_type/trigger_action/status/created_at 共 8 列,表 0 行且不在 schema.sql。
|
|
// 实体期望 id/trigger_type/trigger_action/status/created_at 共 8 列,表 0 行且不在 schema.sql。
|
|
|
// UserSegmentationService.getTriggerRules 会查 status,命中时会报 Unknown column 'status'。候选。
|
|
// UserSegmentationService.getTriggerRules 会查 status,命中时会报 Unknown column 'status'。候选。
|
|
|
// 3. promotion_tier.rate_percent:生产用旧模型(tier/team_size_1st/2nd/3rd/total_*),实体期望新模型,
|
|
// 3. promotion_tier.rate_percent:生产用旧模型(tier/team_size_1st/2nd/3rd/total_*),实体期望新模型,
|
|
|
- // 表 0 行。已于迁移298补充 rate_percent 列(2026-09-06 定时任务崩溃修复)。
|
|
|
|
|
|
|
+ // 表 0 行。已由迁移299补充 rate_percent 列(2026-09-06 定时任务崩溃修复,生产库已手动 ALTER 补列)。
|
|
|
// 4. promotion_tier_config:实体已废弃,改用 cf_rate_tier(迁移279),保持现状。
|
|
// 4. promotion_tier_config:实体已废弃,改用 cf_rate_tier(迁移279),保持现状。
|
|
|
|
|
|
|
|
// 迁移298: tasks表新增is_daily_progress/target_value字段 + source_type注释更新(统一任务系统)
|
|
// 迁移298: tasks表新增is_daily_progress/target_value字段 + source_type注释更新(统一任务系统)
|