Sha256: 2d1b19bd20c0e7b5598820fbbb086eb1ec0b1d3e6554278ab0c53a2a6b921d8f
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
class AddClientUrnToLocations < ActiveRecord::Migration def change add_column :g5_updatable_locations, :client_urn, :string add_index :g5_updatable_locations, :client_urn end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
g5_authenticatable-0.9.1.pre.2 | spec/dummy/db/migrate/20161209070749_add_client_urn_to_locations.rb |
g5_updatable-0.20.3.pre.1 | db/migrate/20161209070749_add_client_urn_to_locations.rb |