fix github action
This commit is contained in:
@ -4,6 +4,6 @@
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TYPE user_status_type ADD VALUE 'ARCHIVED';
|
||||
ALTER TYPE user_status_type ADD VALUE IF NOT EXISTS 'ARCHIVED';
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user