Sha256: 1f078a0cb4d4f62fa5fdcda6a39974f51ac2a165fd2dfd4673b23767baf0581a
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 Bytes
Contents
class AddSocialToSpreeStores < ActiveRecord::Migration[6.0] 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
12 entries across 12 versions & 1 rubygems