Sha256: 3a0a7c7c6e755124955178091c336b06970626eec547de502fcc852b09372ecd

Contents?: true

Size: 572 Bytes

Versions: 23

Compression:

Stored size: 572 Bytes

Contents

class CreateG5UpdatableClientsAndLocations < ActiveRecord::Migration
  def change
    create_table :g5_updatable_clients do |t|
      t.string :uid
      t.string :urn
      t.json :properties

      t.timestamps
    end
    add_index :g5_updatable_clients, :uid
    add_index :g5_updatable_clients, :urn

    create_table :g5_updatable_locations do |t|
      t.string :uid
      t.string :urn
      t.string :client_uid
      t.json :properties

      t.timestamps
    end
    add_index :g5_updatable_locations, :uid
    add_index :g5_updatable_locations, :urn
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
g5_updatable-0.20.3.pre.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.10.3 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.10.2 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.10.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.10.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.9.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.8.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.7.2 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.7.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.7.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.6.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.6.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.5.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.5.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.4.3 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.4.2 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.4.1 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.4.0 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.3.5 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb
g5_updatable-0.3.4 db/migrate/20140709222005_create_g5_updatable_clients_and_locations.rb