]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BankTransactionAccTrans.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / MetaSetup / BankTransactionAccTrans.pm
index 5055ca4a54fa07413b750cf3448bbabccd1785e3..b4ba2e26eeeb5b6f87e78c6007c0f5131a8ac92c 100644 (file)
@@ -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' },
 );