Skip to content

Commit

Permalink
fix broken down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Nov 12, 2024
1 parent bc5a206 commit 66e432b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ ALTER TABLE river_leader
-- River migration 004 [down]
ALTER TABLE river_job ALTER COLUMN args DROP NOT NULL;

ALTER TABLE river_job ALTER COLUMN metadata DROP NOT NULL;
ALTER TABLE river_job ALTER COLUMN metadata DROP DEFAULT;

-- It is not possible to safely remove 'pending' from the river_job_state enum,
-- so leave it in place.

Expand Down

0 comments on commit 66e432b

Please sign in to comment.