diff --git a/docs/erd.svg b/docs/erd.svg
index 843fefd..0aa60c9 100644
--- a/docs/erd.svg
+++ b/docs/erd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/prisma/migrations/20260501111511_add_claude_job_retry_count/migration.sql b/prisma/migrations/20260501111511_add_claude_job_retry_count/migration.sql
new file mode 100644
index 0000000..d84a447
--- /dev/null
+++ b/prisma/migrations/20260501111511_add_claude_job_retry_count/migration.sql
@@ -0,0 +1,2 @@
+-- AlterTable
+ALTER TABLE "claude_jobs" ADD COLUMN "retry_count" INTEGER NOT NULL DEFAULT 0;