X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/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' },