mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-16 22:59:04 +02:00
4 lines
146 B
SQL
4 lines
146 B
SQL
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_webhook_delivery_queue
|
|
ON webhook_delivery(available_at, created_at)
|
|
WHERE status = 'queued';
|