Sha256: d3295b0b1316f823422e246e96baac2b74e653c5223e7e94348bbde2ac7c1dc4

Contents?: true

Size: 327 Bytes

Versions: 107

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

107 entries across 107 versions & 1 rubygems

Version Path
blacklight-spotlight-4.6.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.6.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.5.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.4.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.6 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.5 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.4 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.3.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.2.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.1.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.1.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.1.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.0.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.0.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.0.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-4.0.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta10 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb