fix: improve performance of background cleanup monitoring operations

This commit is contained in:
Ruben Fiszel
2025-04-29 23:47:48 +02:00
parent c641550eee
commit 18dced3c74
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
CREATE INDEX IF NOT EXISTS job_stats_id ON job_stats (job_id);