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