We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ce9fe commit ecf46e1Copy full SHA for ecf46e1
packages/shared-db/migrations/0022_supreme_vertigo.sql
@@ -1 +1,3 @@
1
-ALTER TYPE "public"."processing_job_status" ADD VALUE 'completed_with_errors';
+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