Sha256: d3295b0b1316f823422e246e96baac2b74e653c5223e7e94348bbde2ac7c1dc4

Contents?: true

Size: 327 Bytes

Versions: 108

Compression:

Stored size: 327 Bytes

Contents

class CreateSpotlightSolrDocumentSidecars < ActiveRecord::Migration[4.2]
  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

108 entries across 108 versions & 1 rubygems

Version Path
blacklight-spotlight-1.4.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.4.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.3.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.2.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.1.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.0.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.0.0.alpha2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-1.0.0.alpha1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb