mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-29 06:28:23 +02:00
4 lines
166 B
SQL
4 lines
166 B
SQL
CREATE UNIQUE INDEX CONCURRENTLY IF NOT EXISTS uq_autopilot_run_webhook_delivery
|
|
ON autopilot_run(webhook_delivery_id)
|
|
WHERE webhook_delivery_id IS NOT NULL;
|