Sha256: 2b0a2e774578ee7c5cdab54ba9b1653fc6ae87a3d702ed2ed5e58f89a292783a

Contents?: true

Size: 281 Bytes

Versions: 21

Compression:

Stored size: 281 Bytes

Contents

class AddNameToClientsAndLocations < ActiveRecord::Migration
  def change
    add_column :g5_updatable_clients, :name, :string
    add_index :g5_updatable_clients, :name

    add_column :g5_updatable_locations, :name, :string
    add_index :g5_updatable_locations, :name
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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