]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BankAccount.pm
Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / SL / DB / MetaSetup / BankAccount.pm
index d778138e94cb96e84217f7881a100cf400cf976a..8f1abeac609e215b0a5fc311715993e3af3f3798 100644 (file)
@@ -17,7 +17,7 @@ __PACKAGE__->meta->columns(
   iban                            => { type => 'varchar', length => 100 },
   id                              => { type => 'integer', not_null => 1, sequence => 'id' },
   name                            => { type => 'text' },
-  obsolete                        => { type => 'boolean' },
+  obsolete                        => { type => 'boolean', default => 'false', not_null => 1 },
   reconciliation_starting_balance => { type => 'numeric', precision => 15, scale => 5 },
   reconciliation_starting_date    => { type => 'date' },
   sortkey                         => { type => 'integer', not_null => 1 },