Sha256: 981b67039638437e202bdbe929e0f02c692b66a7648e0154ebb0b40357088e5c
Contents?: true
Size: 387 Bytes
Versions: 58
Compression:
Stored size: 387 Bytes
Contents
class AddFeaturedImageToSpotlightClasses < ActiveRecord::Migration def change add_column :spotlight_searches, :masthead_id, :integer add_column :spotlight_searches, :thumbnail_id, :integer add_column :spotlight_exhibits, :masthead_id, :integer add_column :spotlight_exhibits, :thumbnail_id, :integer add_column :spotlight_pages, :thumbnail_id, :integer end end
Version data entries
58 entries across 58 versions & 1 rubygems