lk | add time_spent field to bikes

This commit is contained in:
Louis Knapp
2017-07-13 18:44:58 -05:00
parent fa2c2ede08
commit d49f6030ed
6 changed files with 25 additions and 7 deletions
@@ -0,0 +1,5 @@
class AddTimeSpentToBikes < ActiveRecord::Migration
def change
add_column :bikes, :time_spent, :int
end
end