mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
Louis | Adds bike type requested and will pay options to clients
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddBikeTypeAndWillPayToClient < ActiveRecord::Migration
|
||||
def change
|
||||
add_column(:clients, :bike_type_requested, :string)
|
||||
add_column(:clients, :will_pay, :boolean)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user