5 lines
106 B
Ruby
5 lines
106 B
Ruby
class DropSponsorships < ActiveRecord::Migration[5.1]
|
|
def change
|
|
drop_table :sponsorships
|
|
end
|
|
end
|