docbrown/db/migrate/20171019215638_drop_sponsorships.rb
2018-02-28 16:11:08 -05:00

5 lines
106 B
Ruby

class DropSponsorships < ActiveRecord::Migration[5.1]
def change
drop_table :sponsorships
end
end