X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ea07c13e111b88478827bf621d41df3eec19dac..f217d072d76183bc07723dcc29503b732bd2022d:/SL/DB/MetaSetup/BackgroundJob.pm diff --git a/SL/DB/MetaSetup/BackgroundJob.pm b/SL/DB/MetaSetup/BackgroundJob.pm index 5b674aae8..81b175e25 100644 --- a/SL/DB/MetaSetup/BackgroundJob.pm +++ b/SL/DB/MetaSetup/BackgroundJob.pm @@ -12,9 +12,11 @@ __PACKAGE__->meta->columns( active => { type => 'boolean' }, cron_spec => { type => 'varchar', length => 255 }, data => { type => 'text' }, + description => { type => 'text' }, id => { type => 'serial', not_null => 1 }, last_run_at => { type => 'timestamp' }, next_run_at => { type => 'timestamp' }, + node_id => { type => 'text' }, package_name => { type => 'varchar', length => 255 }, type => { type => 'varchar', length => 255 }, );