Sha256: 12264bd51e24280c19214698c59314af7f4f05597aa9089565a147371a2d6bc2
Contents?: true
Size: 217 Bytes
Versions: 9
Compression:
Stored size: 217 Bytes
Contents
# This migration comes from spree (originally 20140713142214) class RenameReturnAuthorizationReason < ActiveRecord::Migration[4.2] def change rename_column :spree_return_authorizations, :reason, :memo end end
Version data entries
9 entries across 9 versions & 2 rubygems