Skip to content

Commit

Permalink
Add price to service templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed May 13, 2019
1 parent 07d8380 commit 1b13ad2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20190513155251_add_price_to_service_templates.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddPriceToServiceTemplates < ActiveRecord::Migration[5.0]
def change
add_reference :service_templates, :currency, :type => :bigint
add_column :service_templates, :price, :float
end
end

0 comments on commit 1b13ad2

Please sign in to comment.