|
|
@ -13,3 +13,6 @@ comment on column alarm_push_config.tactics_params is '推送策略 tactics 的 |
|
|
|
|
|
|
|
alter table alarm_push_config |
|
|
|
add del bool default false not null; |
|
|
|
|
|
|
|
ALTER TABLE alarm_push_config DROP COLUMN pep_project_id; |
|
|
|
ALTER TABLE alarm_push_config ADD poms_project_id integer; |