internetee-registry/db/migrate/20170423214500_remove_price_price_currency.rb
2017-04-24 01:33:04 +03:00

5 lines
132 B
Ruby

class RemovePricePriceCurrency < ActiveRecord::Migration
def change
remove_column :prices, :price_currency, :string
end
end