Sha256: da9f74817f5823d346c072e350d9a4ff022604cb13e5c0937d4c958410c8ae62

Contents?: true

Size: 526 Bytes

Versions: 104

Compression:

Stored size: 526 Bytes

Contents

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

104 entries across 104 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta7 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.5.0.3 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.5.0.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.5.0.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.5.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.4.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.4 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.3 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.2.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.2.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.4.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.3.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.2.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb