Sha256: efd6fb08215cf80934aa039937049772f09e62d35d1540851fe5ce42d70e947d
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
class AddClientUrnToLocations < ActiveRecord::Migration[4.2] def change add_column :g5_updatable_locations, :client_urn, :string add_index :g5_updatable_locations, :client_urn end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | db/migrate/20161209070749_add_client_urn_to_locations.rb |