Skip to content

Commit

Permalink
Add safety_assured to migration (#4343)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored Jun 6, 2024
1 parent e91de00 commit 6b7c85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class RemoveAggregationFromWorkflows < ActiveRecord::Migration[6.1]
def change
remove_column :workflows, :aggregation, :jsonb
safety_assured { remove_column :workflows, :aggregation, :jsonb }
end
end

0 comments on commit 6b7c85e

Please sign in to comment.