Sha256: f1c35d0d9565cc5f0526e0912ed4437d435f138a4c0f6aa98fb0a1db8f2fc6c7
Contents?: true
Size: 228 Bytes
Versions: 10
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
10 entries across 10 versions & 2 rubygems