Skip to content

Commit 55c1e4b

Browse files
author
chao.he
committed
<fix>[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO
Add V5.5.13 SQL migration: CALL ADD_COLUMN for AlarmVO.hidden and EventSubscriptionVO.hidden (TINYINT(1) default 0) to support DB-level soft-hide of AI system alarms when AI license is absent. Resolves: ZSTAC-83966 Change-Id: Ic660df81e306f8cb64348289604810c27dd63ae0
1 parent 7bf9cdf commit 55c1e4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)