kaps_app/db/migrate/20180626085009_add_particulars_to_customer_sheets.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

7 lines
216 B
Ruby

class AddParticularsToCustomerSheets < ActiveRecord::Migration
def change
add_column :p_customer_sheets, :particular_bill_id, :integer
add_column :p_customer_sheets, :particular_send_id, :integer
end
end