Skip to content

Commit

Permalink
rename column
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Aug 2, 2024
1 parent 0b299c1 commit 4851a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE digger_batches
ADD COLUMN new_column_name UUID NULL;
RENAME COLUMN new_column_name TO organization_id;

0 comments on commit 4851a39

Please sign in to comment.