feat: scope articles by brand
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_scheduler_job_runs_auto_started
|
||||
ON ops.scheduler_job_runs (job_key, started_at DESC, id DESC)
|
||||
WHERE trigger_type = 'auto';
|
||||
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS ops.idx_scheduler_job_runs_auto_started;
|
||||
Reference in New Issue
Block a user