X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d5d98964cbda738b1390b71033ee8e08e8100af6..a354dfceab313ce89c8739fdb3243183f2bbefbe:/SL/DB/MetaSetup/BackgroundJob.pm?ds=inline diff --git a/SL/DB/MetaSetup/BackgroundJob.pm b/SL/DB/MetaSetup/BackgroundJob.pm index 5b674aae8..ce2ed7e1f 100644 --- a/SL/DB/MetaSetup/BackgroundJob.pm +++ b/SL/DB/MetaSetup/BackgroundJob.pm @@ -15,6 +15,7 @@ __PACKAGE__->meta->columns( 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 }, );