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
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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: 风险评估与解决方案(补充)
下一步:按上述方案补充周期性同步并补充覆盖验证。 |
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%) |
195e6a0 to
b01ef35
Compare
|
Comment from gitlab: 自上次添加REVIEWED标签(2026-04-03 21:50:26.000Z)后, 有新的COMMIT更新(2026-04-08 16:57:49.990Z), 所以移除了REVIEWED标签 |
b01ef35 to
81c66ba
Compare
|
Comment from chao.he: 已处理:
当前联动结论:
|
|
Comment from chao.he: 已处理:
当前联动结论:
|
- move ZSTAC-83966 hidden-column migration out of V5.5.12__schema.sql - add follow-up migration V5.5.12.1__schema.sql for AlarmVO/EventSubscriptionVO/ActiveAlarmVO hidden fields Resolves: ZSTAC-83966 Change-Id: Ic660df81e306f8cb64348289604810c27dd63ae0
81c66ba to
164215e
Compare
ZSTAC-83966 Plan D — SQL migration V5.5.13
CALL ADD_COLUMN for AlarmVO.hidden and EventSubscriptionVO.hidden.
sync from gitlab !9535