feat(DB): fixed new type issue
This commit is contained in:
parent
e60bb4d41e
commit
b80bba2e85
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