Sha256: 7e90d8fd61833fefa6aae3fa221d2559048b58e91628a22c6172c63247fc0e9e

Contents?: true

Size: 322 Bytes

Versions: 63

Compression:

Stored size: 322 Bytes

Contents

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

63 entries across 63 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.34.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.33.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.33.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.33.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.33.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.32.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.31.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.30.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.29.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.29.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.28.3 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.28.2 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.28.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.28.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.27.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.26.1 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.26.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.25.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb
blacklight-spotlight-0.24.0 db/migrate/20140211212626_create_spotlight_solr_document_sidecars.rb