Skip to content

Commit

Permalink
upd run queue item columns
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Jul 27, 2024
1 parent 3d288e8 commit 5174802
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ALTER TABLE digger_run_queue_items DROP COLUMN digger_run_id;
ALTER TABLE digger_run_queue_items DROP COLUMN project_id;

ALTER TABLE digger_run_queue_items ADD COLUMN digger_run_id UUID;
ALTER TABLE digger_run_queue_items ADD COLUMN project_id UUID;






0 comments on commit 5174802

Please sign in to comment.