fix[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO#3675
fix[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO#3675zstack-robot-1 wants to merge 1 commit into5.5.12from
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: http://open.zstack.ai:20001/code-reviews/zstack-cloud.yaml (via .coderabbit.yaml) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Walkthrough在数据库升级脚本 Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
dc75a52 to
60c6f16
Compare
|
Comment from chao.he: 风险评估与解决方案(补充)
下一步:按上述方案补充周期性同步并补充覆盖验证。 |
Resolves: ZSTAC-83966 Change-Id: Ic660df81e306f8cb64348289604810c27dd63ae0
60c6f16 to
195e6a0
Compare
|
Comment from chao.he: 补充同步说明:本次已将 ZSTAC-83966 的模型级方案扩展到 ActiveAlarm,schema migration 增加:\nCALL ADD_COLUMN('ActiveAlarmVO', 'hidden', 'TINYINT(1)', 0, '0');\n\n沿用现有 ADD_COLUMN 幂等机制,可重复执行且无副作用。 |
|
Comment from ye.zou: Code ReviewLGTM ✅ 这个 MR 里的 schema 变更本身没问题: 结论: APPROVE ✅ Review Tracker: ZSTAC-83966Rounds: R1=block Findings 1. CRIT | 正确性 | premium
Progress Table
Progress: ░░░░░░░░░░ 0/1 resolved (0%) |
ZSTAC-83966 Plan D — SQL migration V5.5.13
CALL ADD_COLUMN for AlarmVO.hidden and EventSubscriptionVO.hidden.
sync from gitlab !9535