mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
2 lines
129 B
SQL
2 lines
129 B
SQL
-- Add up migration script here
|
|
CREATE INDEX IF NOT EXISTS queue_sort ON queue (scheduled_for, created_at) WHERE running = false; |