Sha256: 6b75bcf2d7e4476cbad51d5a7138e7746655e6950869a16ece6eaf34a9c354a0

Contents?: true

Size: 243 Bytes

Versions: 116

Compression:

Stored size: 243 Bytes

Contents

class CreateSwitchmanShards < ActiveRecord::Migration
  def change
    create_table :switchman_shards do |t|
      t.string :name
      t.string :database_server_id
      t.boolean :default, :default => false, :null => false
    end
  end
end

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
switchman-1.9.14 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.13 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.12 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.11 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.10 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.9 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.8 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.7 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.6 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.5 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.4 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.3 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.2 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.1 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.9.0 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.8.2 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.8.1 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.8.0 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.7.4 db/migrate/20130328212039_create_switchman_shards.rb
switchman-1.7.3 db/migrate/20130328212039_create_switchman_shards.rb