Sha256: 151afd3267193fe27237fab555856baf9b61c92531d3fc667a47226e322ae56c
Contents?: true
Size: 230 Bytes
Versions: 18
Compression:
Stored size: 230 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 end end
Version data entries
18 entries across 18 versions & 1 rubygems