Skip to content

Commit

Permalink
fix postgres v3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 7, 2023
1 parent f3acc8f commit 7d2933a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ALTER TABLE carbon_leftchannels ALTER COLUMN channel TYPE VARCHAR(256) NOT NULL;
ALTER TABLE carbon_leftchannels
ALTER COLUMN channel TYPE VARCHAR(256),
ALTER COLUMN channel SET NOT NULL;

0 comments on commit 7d2933a

Please sign in to comment.