Skip to content

Commit

Permalink
fix migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Dec 9, 2024
1 parent 3621d76 commit c0d19db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ALTER TABLE organizations
DROP COLUMN default_scenario_timezone;

ALTER TABLE organizations
ADD COLUMN export_scheduled_execution_s3 VARCHAR() DEFAULT '';
ADD COLUMN export_scheduled_execution_s3 VARCHAR DEFAULT '';

-- +goose StatementEnd

0 comments on commit c0d19db

Please sign in to comment.