mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-12 19:06:06 +02:00
Co-authored-by: Bohan-J <bohan@devv.ai> Co-authored-by: multica-agent <github@multica.ai>
4 lines
121 B
SQL
4 lines
121 B
SQL
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_comment_parent_id
|
|
ON comment(parent_id)
|
|
WHERE parent_id IS NOT NULL;
|