Sha256: 363e49693e0ef9b130ebca74ddfbb11e7c5bee1207c7e7502d522a0989106d72

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

class AddNameToClientsAndLocations < ActiveRecord::Migration[4.2]
  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

1 entries across 1 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 db/migrate/20141211211945_add_name_to_clients_and_locations.rb