mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
Louis | Add new parts, work done, and date sold to bikes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user