Sha256: a4b3d1fc5a13ae02ae8a32840a6f96dfcb2a9d2a39870972988fbbaeb73988ab
Contents?: true
Size: 228 Bytes
Versions: 9
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20200530111458) class AddBccEmailToSpreeStores < ActiveRecord::Migration[5.2] def change add_column :spree_stores, :bcc_email, :string end end
Version data entries
9 entries across 9 versions & 3 rubygems