5 lines
103 B
Ruby
5 lines
103 B
Ruby
class DropSponsorsTable < ActiveRecord::Migration[5.1]
|
|
def change
|
|
drop_table :sponsors
|
|
end
|
|
end
|