]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BackgroundJob.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / MetaSetup / BackgroundJob.pm
index 5b674aae8d6d3ac08a3494c49fb307e932afaa60..ce2ed7e1fa43124f4bc112b4a814360b8aa43c5d 100644 (file)
@@ -15,6 +15,7 @@ __PACKAGE__->meta->columns(
   id           => { type => 'serial', not_null => 1 },
   last_run_at  => { type => 'timestamp' },
   next_run_at  => { type => 'timestamp' },
   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 },
 );
   package_name => { type => 'varchar', length => 255 },
   type         => { type => 'varchar', length => 255 },
 );