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

5 lines
137 B
Ruby

class RemovePricePriceCentsDefault < ActiveRecord::Migration
def change
change_column_default :prices, :price_cents, nil
end
end