Skip to content

Commit

Permalink
Add price and currency cols to services
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Mar 18, 2019
1 parent 54ae963 commit 92115a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20190315154516_add_price_to_services.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddPriceToServices < ActiveRecord::Migration[5.0]
def change
add_column :services, :price, :bigint
add_column :services, :currency, :string
end
end

0 comments on commit 92115a9

Please sign in to comment.