Sha256: c86f3216696810c505f9e6f6fb7038ffa917f7f4d427dfc2a15f5280d3891122

Contents?: true

Size: 125 Bytes

Versions: 56

Compression:

Stored size: 125 Bytes

Contents

class AddStatusToShops < ActiveRecord::Migration
  def change
    add_column :shops, :status, :integer, default: 0
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
disco_app-0.9.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.5 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.6 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.7 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.8 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.9 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.10 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.11 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.3 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.10.5 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.11.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.11.1 db/migrate/20150525162112_add_status_to_shops.rb