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-3.6.0.beta9 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.5.0.4 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.5.0.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.5.0.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.5.0.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.5.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.4.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.4 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.2.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.2.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-3.4.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb