Skip to content

Commit

Permalink
Remove safety_assured from migraiton (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptrboro authored Jan 8, 2024
1 parent 46219f6 commit cf9556d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions db/migrate/20231228081555_remove_pause_reason_from_pets.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
class RemovePauseReasonFromPets < ActiveRecord::Migration[7.0]
def change
safety_assured do
remove_column :pets, :pause_reason, :integer
end
remove_column :pets, :pause_reason, :integer
end
end

0 comments on commit cf9556d

Please sign in to comment.