epic-ts
[kivitendo-erp.git] / SL / DB / Manager / BackgroundJobHistory.pm
index 4f1ddd3..5d7b0d0 100644 (file)
@@ -13,7 +13,7 @@ sub object_class { 'SL::DB::BackgroundJobHistory' }
 __PACKAGE__->make_manager_methods;
 
 sub _sort_spec {
-  return ( default => [ 'run_at', 1 ],
+  return ( default => [ 'run_at', 0 ],
            columns => { SIMPLE => 'ALL' } );
 }