Sha256: 8448a0161bbe1051c3edbbdaeb56423094e860a32b84e300f1a9bcdfbff15355
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20180328172631) class AddJoinCharactersToPromotionCodeBatch < ActiveRecord::Migration[5.1] def change add_column(:spree_promotion_code_batches, :join_characters, :string, null: false, default: '_') end end
Version data entries
10 entries across 10 versions & 2 rubygems