Files
old-roraccounting/db/migrate/20200918012614_remove_default_chip_from_homies.rb
2020-09-20 17:32:41 +02:00

6 lines
124 B
Ruby

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