Sha256: f9c263714221bfef3c9db02c0843c6f1821d38b88465bf93672c4df37145a13d
Contents?: true
Size: 304 Bytes
Versions: 11
Compression:
Stored size: 304 Bytes
Contents
class FixPagePathIndices < ActiveRecord::Migration[6.1] def change remove_index :maglev_page_paths, %i[canonical maglev_page_id locale value], unique: true, name: 'canonical_uniqueness' add_index :maglev_page_paths, %i[canonical maglev_page_id locale], name: 'scoped_canonical_speed' end end
Version data entries
11 entries across 11 versions & 1 rubygems