Skip to content

Commit 164215e

Browse files
author
chao.he
committed
<fix>[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO
- 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
1 parent 4cad7ec commit 164215e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- ZSTAC-83966: Add hidden field to AlarmVO/EventSubscriptionVO/ActiveAlarmVO for soft-hide support
2+
CALL ADD_COLUMN('AlarmVO', 'hidden', 'TINYINT(1)', 0, '0');
3+
CALL ADD_COLUMN('EventSubscriptionVO', 'hidden', 'TINYINT(1)', 0, '0');
4+
CALL ADD_COLUMN('ActiveAlarmVO', 'hidden', 'TINYINT(1)', 0, '0');

0 commit comments

Comments
 (0)