Skip to content

Commit

Permalink
Merge pull request #367 from lfu/service_price_1602072
Browse files Browse the repository at this point in the history
Add price to service templates.
  • Loading branch information
carbonin authored May 14, 2019
2 parents 94abc98 + 1b13ad2 commit 8e9f290
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 8e9f290

Please sign in to comment.