Sha256: 54cc8389085776ed4d0b22080388fbffb7649c4765c5555e816965fc03b554f4

Contents?: true

Size: 521 Bytes

Versions: 62

Compression:

Stored size: 521 Bytes

Contents

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

62 entries across 62 versions & 1 rubygems

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