Sha256: 09413e4ac2859d3cad3e5d366b52fd773e21d5cee7d754629b889460df641fab
Contents?: true
Size: 224 Bytes
Versions: 112
Compression:
Stored size: 224 Bytes
Contents
class ChangeFeaturedImageToFeaturedImageId < ActiveRecord::Migration[4.2] def change remove_column :spotlight_searches, :featured_image, :string add_column :spotlight_searches, :featured_item_id, :string end end
Version data entries
112 entries across 112 versions & 1 rubygems