Sha256: 6faad0d08785cde2104bba22d14c4e5c7f3a1f9fa7d4bceede6d4360d6409269

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

# This migration comes from spotlight (originally 20140130215634)
class CreateSpotlightBlacklightConfigurations < ActiveRecord::Migration
  def change
    create_table :spotlight_blacklight_configurations do |t|
      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.text :per_page
      t.text :document_index_view_types

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.2 spec/internal/db/migrate/20140213201435_create_spotlight_blacklight_configurations.spotlight.rb
blacklight-spotlight-0.0.1 spec/internal/db/migrate/20140206235513_create_spotlight_blacklight_configurations.spotlight.rb