X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/DB/MetaSetup/Chart.pm diff --git a/SL/DB/MetaSetup/Chart.pm b/SL/DB/MetaSetup/Chart.pm index 993fd0d56..1b7628815 100644 --- a/SL/DB/MetaSetup/Chart.pm +++ b/SL/DB/MetaSetup/Chart.pm @@ -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' },