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