X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FBankTransactionAccTrans.pm;h=b4ba2e26eeeb5b6f87e78c6007c0f5131a8ac92c;hb=0fed2b9ab81651006e63659c67940874cbf199d8;hp=5055ca4a54fa07413b750cf3448bbabccd1785e3;hpb=f5ced930f00d537a86e87b57b6786f859e0ff759;p=kivitendo-erp.git 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' }, );