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.3.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.4.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.4.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.4.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.4.3 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.4.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.3 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.5 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.5.6 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.0 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.1 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.2 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.3 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.4 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.5 db/migrate/20150525162112_add_status_to_shops.rb
disco_app-0.6.6 db/migrate/20150525162112_add_status_to_shops.rb