aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20180313110900_add_costs_to_routes.rb
blob: d47e86cf0611e45026df872a39b51145c6707bd8 (plain)
1
2
3
4
5
class AddCostsToRoutes < ActiveRecord::Migration
  def change
    add_column :routes, :costs, :json
  end
end