Sha256: 7b80c7930e601e8624b937c65872dd62f23fc5e82c96c3f01489ee84430e615f
Contents?: true
Size: 285 Bytes
Versions: 4
Compression:
Stored size: 285 Bytes
Contents
# This migration comes from spotlight (originally 20140401232956) class ChangeFeaturedImageToFeaturedImageId < ActiveRecord::Migration def change remove_column :spotlight_searches, :featured_image, :string add_column :spotlight_searches, :featured_item_id, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems