Sha256: cffb28f35539130b922250ee3991f96c66670c7abec549754c603bec6e41a773
Contents?: true
Size: 259 Bytes
Versions: 65
Compression:
Stored size: 259 Bytes
Contents
class OriginalCreditcardTxnIdForCreditcardTxns < ActiveRecord::Migration def self.up add_column "creditcard_txns", "original_creditcard_txn_id", :integer end def self.down remove_column "creditcard_txns", "original_creditcard_txn_id" end end
Version data entries
65 entries across 53 versions & 10 rubygems