Sha256: c248f2fe3985bfbdf855d5756b978561a937aed2e010f3566db80af9730ec2de

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

# This migration comes from spotlight (originally 20140211212626)
class CreateSpotlightSolrDocumentSidecars < ActiveRecord::Migration
  def change
    create_table :spotlight_solr_document_sidecars do |t|
      t.references :exhibit, index: true
      t.string :solr_document_id, index: true
      t.boolean :public, default: true
      t.text :data

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163368_create_spotlight_solr_document_sidecars.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231329_create_spotlight_solr_document_sidecars.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185727_create_spotlight_solr_document_sidecars.spotlight.rb
blacklight-spotlight-0.1.0 spec/internal/db/migrate/20140603144413_create_spotlight_solr_document_sidecars.spotlight.rb
blacklight-spotlight-0.0.3 spec/internal/db/migrate/20140221181128_create_spotlight_solr_document_sidecars.spotlight.rb