Sha256: 1c82a696128b79c2d7d278ddd7cf71a276c54a26826e9530fd5ff07e0481cd7c
Contents?: true
Size: 300 Bytes
Versions: 10
Compression:
Stored size: 300 Bytes
Contents
class AddSocialToSpreeStores < ActiveRecord::Migration[5.2] def change add_column :spree_stores, :facebook, :string add_column :spree_stores, :twitter, :string add_column :spree_stores, :instagram, :string # Fix cache issue #10381 Rails.cache.delete('default_store') end end
Version data entries
10 entries across 10 versions & 1 rubygems