X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FBackgroundJob.pm;fp=SL%2FDB%2FMetaSetup%2FBackgroundJob.pm;h=ce2ed7e1fa43124f4bc112b4a814360b8aa43c5d;hp=5b674aae8d6d3ac08a3494c49fb307e932afaa60;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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 }, );