aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20171109101514_drop_table_route_sections.rb
blob: c009ed8eccf06a101a13d15fe5dcdf9989d8de6c (plain)
1
2
3
4
5
class DropTableRouteSections < ActiveRecord::Migration
  def change
    drop_table :route_sections
  end
end