Sha256: a8564b238ca0cb7972e7b0840fe9656e4f7fb49234c4c9923d29ab14e314be81
Contents?: true
Size: 132 Bytes
Versions: 36
Compression:
Stored size: 132 Bytes
Contents
class AddStatusToBillingPayment < ActiveRecord::Migration def change add_column :billing_payments, :status, :string end end
Version data entries
36 entries across 36 versions & 1 rubygems