Sha256: b8ffcdc79e803d34410140ef4e77f17b3507e13eda6ad947a4e95203d58276f4
Contents?: true
Size: 147 Bytes
Versions: 4
Compression:
Stored size: 147 Bytes
Contents
class ChangeInvoiceBillingToNullable < ActiveRecord::Migration[6.1] def change change_column_null :stripe_invoices, :billing, true end end
Version data entries
4 entries across 4 versions & 1 rubygems