Louis | Add new parts, work done, and date sold to bikes

This commit is contained in:
Loos
2014-09-18 17:19:44 -04:00
parent 93b44952f7
commit 693ca3c760
6 changed files with 34 additions and 3 deletions
@@ -0,0 +1,7 @@
class AddNewPartsWorkDoneAndDateSoldToBikes < ActiveRecord::Migration
def change
add_column :bikes, :new_parts, :text
add_column :bikes, :work_done, :text
add_column :bikes, :date_sold, :date
end
end