Standardstundensatz in Tabelle defaults speichern, nicht in Konfigurationsdatei
[kivitendo-erp.git] / SL / DB / BackgroundJobHistory.pm
index 4be8f66..1455480 100644 (file)
@@ -8,4 +8,6 @@ use strict;
 use SL::DB::MetaSetup::BackgroundJobHistory;
 use SL::DB::Manager::BackgroundJobHistory;
 
+__PACKAGE__->meta->initialize;
+
 1;