Sha256: 2aa97f554735754f309d6fea63d46b3632f36d50e1334a95ca508f7b7f80d17d
Contents?: true
Size: 386 Bytes
Versions: 103
Compression:
Stored size: 386 Bytes
Contents
class AddDocumentIndexToSolrDocumentSidecar < ActiveRecord::Migration[4.2] def change add_index :spotlight_solr_document_sidecars, [:exhibit_id, :document_type, :document_id], name: 'spotlight_solr_document_sidecars_exhibit_document' add_index :spotlight_solr_document_sidecars, [:document_type, :document_id], name: 'spotlight_solr_document_sidecars_solr_document' end end
Version data entries
103 entries across 103 versions & 1 rubygems