X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df52f0a4ee134e780337a7822fdf64ab43d619cf..6822ef0577c60a43d5daf6041936ac962d78bb0b:/SL/DB/MetaSetup/BankTransactionAccTrans.pm?ds=inline diff --git a/SL/DB/MetaSetup/BankTransactionAccTrans.pm b/SL/DB/MetaSetup/BankTransactionAccTrans.pm index 5055ca4a5..b4ba2e26e 100644 --- a/SL/DB/MetaSetup/BankTransactionAccTrans.pm +++ b/SL/DB/MetaSetup/BankTransactionAccTrans.pm @@ -14,7 +14,6 @@ __PACKAGE__->meta->columns( ar_id => { type => 'integer' }, bank_transaction_id => { type => 'integer', not_null => 1 }, gl_id => { type => 'integer' }, - id => { type => 'serial', not_null => 1 }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, );