Sha256: 9fbedfe803c3cc83956993d036322235cf5cc810563a6919ff8911e03dcf8794

Contents?: true

Size: 159 Bytes

Versions: 3

Compression:

Stored size: 159 Bytes

Contents

class AddBizTxnAcctTypeIdToBizTxnAcctRoot < ActiveRecord::Migration
  def change
    add_column :biz_txn_acct_roots, :biz_txn_acct_type_id, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
erp_txns_and_accts-4.0.0 db/migrate/20130408195119_add_biz_txn_acct_type_id_to_biz_txn_acct_root.rb
erp_txns_and_accts-3.1.1 db/migrate/20130408195119_add_biz_txn_acct_type_id_to_biz_txn_acct_root.rb
erp_txns_and_accts-3.0.6 db/migrate/20130408195119_add_biz_txn_acct_type_id_to_biz_txn_acct_root.rb