X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/23a8d2c0fb26571db4c5776d3572eb6b3356338b..5f6d6d4eaca3a3d238c678ef3f2a1fe676c3a77a:/SL/DB/BackgroundJobHistory.pm diff --git a/SL/DB/BackgroundJobHistory.pm b/SL/DB/BackgroundJobHistory.pm index 4be8f66c3..145548039 100644 --- a/SL/DB/BackgroundJobHistory.pm +++ b/SL/DB/BackgroundJobHistory.pm @@ -8,4 +8,6 @@ use strict; use SL::DB::MetaSetup::BackgroundJobHistory; use SL::DB::Manager::BackgroundJobHistory; +__PACKAGE__->meta->initialize; + 1;