Skip to content

Commit ecf46e1

Browse files
committed
update
1 parent d2ce9fe commit ecf46e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
ALTER TYPE "public"."processing_job_status" ADD VALUE 'completed_with_errors';
1+
ALTER TYPE "public"."processing_job_status" ADD VALUE 'completed_with_errors';
2+
DROP INDEX "public"."processing_jobs_retry_check";
3+
ALTER TABLE "public"."processing_jobs" ADD CONSTRAINT "processing_jobs_retry_check" CHECK (id != retry_of_job_id OR retry_of_job_id IS NULL);

0 commit comments

Comments
 (0)