Files
old-roraccounting/db/migrate/20200918012614_remove_default_chip_from_homies.rb
2020-10-06 10:36:23 +03:00

5 lines
123 B
Ruby

class RemoveDefaultChipFromHomies < ActiveRecord::Migration[5.2]
def change
remove_reference :homies, :chip
end
end