Skip to content

Commit

Permalink
Fixed migration name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-oconnell committed Sep 4, 2024
1 parent 8f4a7f4 commit e18eb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thoth-api/migrations/v0.12.9/down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ALTER TABLE work
-- otherwise it won't be able to cast to text
DROP CONSTRAINT IF EXISTS work_inactive_no_withdrawn_date_check,
DROP CONSTRAINT IF EXISTS work_active_withdrawn_date_check,
-- Drop new constraint from v.0.12.7
-- Drop new constraint from v.0.12.9
DROP CONSTRAINT IF EXISTS work_active_publication_date_check;

ALTER TABLE work ALTER COLUMN work_status TYPE text;
Expand Down

0 comments on commit e18eb5e

Please sign in to comment.