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.6.7 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.8 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.9 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.7.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.7.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.7.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.3 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.5 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.6 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.7 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.8 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.8.9 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.9.3 db/migrate/20150525162112_add_status_to_shops.rb