X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f49de40a2c8c6eca92bb3fd88c1ee0126264bd1..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;