Sha256: 7687f4750de557c93c83fb5cfc5845aa07ba415a5c6acdf8804b2d3d3e003b64

Contents?: true

Size: 137 Bytes

Versions: 9

Compression:

Stored size: 137 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
disco_app-0.3.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.4.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.4.1 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.4.2 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.4.3 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.4.4 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.0 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.1 db/migrate/20150629210346_add_charge_status_to_shop.rb
disco_app-0.5.2 db/migrate/20150629210346_add_charge_status_to_shop.rb