Sha256: da9f74817f5823d346c072e350d9a4ff022604cb13e5c0937d4c958410c8ae62

Contents?: true

Size: 526 Bytes

Versions: 103

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

103 entries across 103 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.5 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.4 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.3 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.3.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.2.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.1.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.1.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.1.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.0.3 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.0.2 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.0.1 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-4.0.0 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta10 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta9 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.5.0.4 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20140130215634_create_spotlight_blacklight_configurations.rb