aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate')
-rw-r--r--db/migrate/20180313110900_add_costs_to_routes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180313110900_add_costs_to_routes.rb b/db/migrate/20180313110900_add_costs_to_routes.rb
new file mode 100644
index 000000000..d47e86cf0
--- /dev/null
+++ b/db/migrate/20180313110900_add_costs_to_routes.rb
@@ -0,0 +1,5 @@
+class AddCostsToRoutes < ActiveRecord::Migration
+ def change
+ add_column :routes, :costs, :json
+ end
+end