Skip to content

Commit

Permalink
add failure_reason column to db
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Sep 17, 2024
1 parent 840d943 commit 77682b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase/migrations/20240917112728_runs_failure_reason.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE digger_runs
ADD COLUMN failure_reason TEXT;

0 comments on commit 77682b7

Please sign in to comment.