Sha256: bd68816086c1d2bdc580297fe34a5b5d8df2cd349de457adda184d51f8ff45d0

Contents?: true

Size: 277 Bytes

Versions: 3

Compression:

Stored size: 277 Bytes

Contents

# This migration comes from spotlight (originally 20141205005902)
class AddLayoutOptionsToExhibit < ActiveRecord::Migration
  def change
    add_column :spotlight_exhibits, :searchable, :boolean, default: true
    add_column :spotlight_exhibits, :layout,     :string
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163377_add_layout_options_to_exhibit.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231338_add_layout_options_to_exhibit.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185736_add_layout_options_to_exhibit.spotlight.rb