]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Chart.pm
kivitendo 3.9.2-0.2
[mfinanz.git] / SL / DB / MetaSetup / Chart.pm
index 993fd0d56370b25ac7ade75b12da2a926642dd49..1b7628815e66aa50c2466428e5e9b8331f4d7fb6 100644 (file)
@@ -15,6 +15,7 @@ __PACKAGE__->meta->columns(
   datevautomatik => { type => 'boolean', default => 'false' },
   description    => { type => 'text' },
   id             => { type => 'integer', not_null => 1, sequence => 'id' },
+  invalid        => { type => 'boolean', default => 'false' },
   itime          => { type => 'timestamp', default => 'now()' },
   link           => { type => 'text', not_null => 1 },
   mtime          => { type => 'timestamp' },