mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
Louis | Adds fields to client
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class AddFieldsToClient < ActiveRecord::Migration
|
||||
def change
|
||||
add_column(:clients, :notes, :text)
|
||||
add_column(:clients, :bike_fixed, :boolean)
|
||||
add_column(:clients, :number_of_calls, :integer)
|
||||
add_column(:clients, :application_voided, :boolean)
|
||||
add_column(:clients, :pickup_date, :date)
|
||||
add_column(:clients, :volunteer_at_pickup, :string)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user