Sha256: 5a69590b9e322b7db276e39319cbbb8b036b9797e45ef4cbebc83ba48a304d65
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
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