Sha256: 30d736cd1209431ef65be18eb7bf591ca9d382e4ff63dcecafbae08068ce7e77
Contents?: true
Size: 270 Bytes
Versions: 8
Compression:
Stored size: 270 Bytes
Contents
class AddAttemptCountToStripeInvoices < ActiveRecord::Migration[5.1] def change add_column :stripe_invoices, :attempt_count, :integer add_column :stripe_invoices, :ending_balance, :integer add_column :stripe_invoices, :starting_balance, :integer end end
Version data entries
8 entries across 8 versions & 1 rubygems