Skip to content

Commit 08c8f3a

Browse files
chore(db): regenerate dispatch limit migration on staging chain (0214)
Re-numbers the table_run_dispatches limit/processed_count columns from the collided 0212 to 0214 after merging staging (which added its own 0212/0213). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 137ad96 commit 08c8f3a

3 files changed

Lines changed: 17942 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "table_run_dispatches" ADD COLUMN "limit" jsonb;--> statement-breakpoint
2+
ALTER TABLE "table_run_dispatches" ADD COLUMN "processed_count" integer DEFAULT 0 NOT NULL;

0 commit comments

Comments
 (0)