Sha256: 1cee3c4457d0c7165b282b18e735ceaf27b97698bda0a0dcc82e32b81a3cb79f
Contents?: true
Size: 264 Bytes
Versions: 10
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20201127212108) class AddTypeBeforeRemovalToSpreePaymentMethods < ActiveRecord::Migration[5.2] def change add_column :spree_payment_methods, :type_before_removal, :string end end
Version data entries
10 entries across 10 versions & 2 rubygems