X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a42f524c448afeffef8abcc74467183ac42903b..14304a6a27f1057646fc088364fd4625c24860dd:/SL/DB/MetaSetup/BankTransaction.pm diff --git a/SL/DB/MetaSetup/BankTransaction.pm b/SL/DB/MetaSetup/BankTransaction.pm index 9f6e17dac..77a24c94e 100644 --- a/SL/DB/MetaSetup/BankTransaction.pm +++ b/SL/DB/MetaSetup/BankTransaction.pm @@ -21,6 +21,8 @@ __PACKAGE__->meta->columns( remote_bank_code => { type => 'text' }, remote_name => { type => 'text' }, transaction_id => { type => 'integer' }, + transactioncode => { type => 'text' }, + transactiontext => { type => 'text' }, transdate => { type => 'date', not_null => 1 }, valutadate => { type => 'date', not_null => 1 }, );