Sha256: 9e049dce66fd2c479db1735a3ec9911be00aaf1421aeb3ffbd0be0e360874d5a

Contents?: true

Size: 587 Bytes

Versions: 4

Compression:

Stored size: 587 Bytes

Contents

# This migration comes from spotlight (originally 20140130215634)
class CreateSpotlightBlacklightConfigurations < ActiveRecord::Migration
  def change
    create_table :spotlight_blacklight_configurations do |t|
      t.references :exhibit
      t.text :facet_fields
      t.text :index_fields
      t.text :search_fields
      t.text :sort_fields
      t.text :default_solr_params
      t.text :show
      t.text :index
      t.integer :default_per_page
      t.text :per_page
      t.text :document_index_view_types
      t.string :thumbnail_size

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163364_create_spotlight_blacklight_configurations.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231325_create_spotlight_blacklight_configurations.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185723_create_spotlight_blacklight_configurations.spotlight.rb
blacklight-spotlight-0.1.0 spec/internal/db/migrate/20140603144409_create_spotlight_blacklight_configurations.spotlight.rb