mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
3 lines
191 B
SQL
3 lines
191 B
SQL
-- Add up migration script here
|
|
CREATE INDEX IF NOT EXISTS index_queue_on_tag ON queue (tag);
|
|
CREATE INDEX IF NOT EXISTS index_completed_job_on_schedule_path ON completed_job (schedule_path); |