Sha256: d8a8ea199bc743e5c46864a083469eeffd06646da301200f4277b95f23f968cb
Contents?: true
Size: 372 Bytes
Versions: 103
Compression:
Stored size: 372 Bytes
Contents
class AddResourceToSolrDocumentSidecar < ActiveRecord::Migration[4.2] 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
103 entries across 103 versions & 1 rubygems