Sha256: e9aa113c1d2c69c0e3277d92edb7e52b7461731cf3c196abf58d880abf92b381

Contents?: true

Size: 137 Bytes

Versions: 47

Compression:

Stored size: 137 Bytes

Contents

class AddChargeStatusToShop < ActiveRecord::Migration
  def change
    add_column :shops, :charge_status, :integer, default: 6
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
disco_app-0.5.3 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.4 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.5 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.6 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.1 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.2 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.3 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.4 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.5 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.6 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.7 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.8 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.6.9 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.7.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.7.1 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.7.2 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.8.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.8.1 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.8.2 db/migrate/20150629210346_add_charge_status_to_shop.rb