Sha256: 2e40c02b13b87b8bdb279a1050174381220b0b09b5ec0573c90c1f989b4d6d01
Contents?: true
Size: 392 Bytes
Versions: 107
Compression:
Stored size: 392 Bytes
Contents
class AddFeaturedImageToSpotlightClasses < ActiveRecord::Migration[4.2] 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
107 entries across 107 versions & 1 rubygems