Sha256: cecbd42c9ca053ccfb279c14976745be4b0a5273b0b2f2351974ff3be8053fc5
Contents?: true
Size: 319 Bytes
Versions: 2
Compression:
Stored size: 319 Bytes
Contents
# This migration comes from spree (originally 20151014213349) # This file has the same name as the spree 3.0 migration to prevent it from # being run twice for those users. class RenameIdentifierToNumberForPayment < ActiveRecord::Migration def change rename_column :spree_payments, :identifier, :number end end
Version data entries
2 entries across 2 versions & 1 rubygems