|
|
|
|
|
by h1fra
443 days ago
|
|
Failed to import a Postgres export with all of this errors: - "missing_fields" _text NOT NULL DEFAULT ARRAY[]::text[] - "status" text NOT NULL DEFAULT 'RUNNING' ::text CHECK (status = ANY (ARRAY['RUNNING'::text, 'PAUSED'::text, 'STOPPED'::text, 'SUCCESS'::text])) - DROP TYPE IF EXISTS "script_trigger_event"; - CREATE UNIQUE INDEX name ON table_name USING btree(unique_key, environment_id, deleted_at) NULLS NOT DISTINCT; |
|