Sha256: 6b8534382dc64edc521d0b1f4b39ca3c7fc5b7d755d74dcda2b52dcf36981dbe

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

class ChangePropPricesToBigInt < ActiveRecord::Migration[5.0]
  def change
    change_column :pwb_props, :price_sale_current_cents, :integer, limit: 8
    change_column :pwb_props, :price_sale_original_cents, :integer, limit: 8
  end  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pwb-1.3.0 db/migrate/20170428170615_change_prop_prices_to_big_int.rb
pwb-1.2.0 db/migrate/20170428170615_change_prop_prices_to_big_int.rb
pwb-1.1.1 db/migrate/20170428170615_change_prop_prices_to_big_int.rb
pwb-1.0.0 db/migrate/20170428170615_change_prop_prices_to_big_int.rb