Sha256: 992f4831c149b3052845e65a67bc51e491667b082c8b1df6b56792164d4b3626
Contents?: true
Size: 404 Bytes
Versions: 18
Compression:
Stored size: 404 Bytes
Contents
# This migration comes from g5_updatable (originally 20170507000000) class AddUniqueUrnIndexes < ActiveRecord::Migration[4.2] # indexes were not made to enforce uniqueness def change remove_index :g5_updatable_clients, :urn add_index :g5_updatable_clients, :urn, unique: true remove_index :g5_updatable_locations, :urn add_index :g5_updatable_locations, :urn, unique: true end end
Version data entries
18 entries across 18 versions & 1 rubygems