X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9e3dbc2a089a0206df834496c158ced368a459d8..728f5827cddfd7e7ca7bd7c36a3d40a9ba311d16:/SL/DB/MetaSetup/BankTransaction.pm diff --git a/SL/DB/MetaSetup/BankTransaction.pm b/SL/DB/MetaSetup/BankTransaction.pm index 77a24c94e..70c4132df 100644 --- a/SL/DB/MetaSetup/BankTransaction.pm +++ b/SL/DB/MetaSetup/BankTransaction.pm @@ -20,9 +20,9 @@ __PACKAGE__->meta->columns( remote_account_number => { type => 'text' }, remote_bank_code => { type => 'text' }, remote_name => { type => 'text' }, + transaction_code => { type => 'text' }, transaction_id => { type => 'integer' }, - transactioncode => { type => 'text' }, - transactiontext => { type => 'text' }, + transaction_text => { type => 'text' }, transdate => { type => 'date', not_null => 1 }, valutadate => { type => 'date', not_null => 1 }, );