Merge remote-tracking branch 'origin/api-v1.8.0' into dev
This commit is contained in:
commit
a6711996a6
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ $$
|
|||
|
||||
IF NOT EXISTS(SELECT *
|
||||
FROM pg_type typ
|
||||
WHERE typ.typname = 'alert_detection_method') THEN
|
||||
WHERE typ.typname = 'alert_change_type') THEN
|
||||
CREATE TYPE alert_change_type AS ENUM ('percent', 'change');
|
||||
END IF;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue