Sha256: 9803af924d46f31120bc0e8606f361915f67b0f980be7faab4c5f97cfc358c89
Contents?: true
Size: 199 Bytes
Versions: 10
Compression:
Stored size: 199 Bytes
Contents
class RenameBoltConfigurationMerchantIdToDivisionPublicId < ActiveRecord::Migration[6.1] def change rename_column :solidus_bolt_bolt_configurations, :merchant_id, :division_public_id end end
Version data entries
10 entries across 10 versions & 1 rubygems