Sha256: e068764fa97e5f067527a7e41bfd9ca325529b3fc2fd6ee7e25aadefe0dbdbb7

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

class RenameInvoicesBillingToDeprecatedBilling < ActiveRecord::Migration[6.1]
  def change
    rename_column :stripe_invoices, :billing, :billing_deprecated
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stripe_model_callbacks-0.1.7 db/migrate/20211121155732_rename_invoices_billing_to_deprecated_billing.rb
stripe_model_callbacks-0.1.6 db/migrate/20211121155732_rename_invoices_billing_to_deprecated_billing.rb
stripe_model_callbacks-0.1.5 db/migrate/20211121155732_rename_invoices_billing_to_deprecated_billing.rb
stripe_model_callbacks-0.1.4 db/migrate/20211121155732_rename_invoices_billing_to_deprecated_billing.rb