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