mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
3 lines
202 B
SQL
3 lines
202 B
SQL
-- Add up migration script here
|
|
create index if not exists ix_completed_job_workspace_id_created_at
|
|
on completed_job(workspace_id, created_at desc, started_at desc, is_skipped, is_flow_step, job_kind); |