internetee-registry/db/migrate/20170423214500_remove_price_price_currency.rb
2021-04-26 18:54:26 +05:00

5 lines
137 B
Ruby

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