]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/DeliveryTerm.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / DB / MetaSetup / DeliveryTerm.pm
index cfaabde3b5e0f7ee6e0e8d2362be25cf2f979432..6dcf94c985998b8c6eae820a4ad09fc5215aeb36 100644 (file)
@@ -14,6 +14,7 @@ __PACKAGE__->meta->columns(
   id               => { type => 'integer', not_null => 1, sequence => 'id' },
   itime            => { type => 'timestamp', default => 'now()' },
   mtime            => { type => 'timestamp' },
+  obsolete         => { type => 'boolean', default => 'false', not_null => 1 },
   sortkey          => { type => 'integer', not_null => 1 },
 );