Sha256: c4e0bcc5776799ef91ef442cbf7de7170eb5e3c7f3c8238bcffb6ea842af2760
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
class AddResourceToSolrDocumentSidecar < ActiveRecord::Migration def change add_column :spotlight_solr_document_sidecars, :resource_id, :integer add_column :spotlight_solr_document_sidecars, :resource_type, :string add_index :spotlight_solr_document_sidecars, [:resource_type, :resource_id], name: 'spotlight_solr_document_sidecars_resource' end end
Version data entries
16 entries across 16 versions & 1 rubygems