mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-31 00:40:46 +02:00
Co-authored-by: Eve <eve@multica-ai.local> Co-authored-by: multica-agent <github@multica.ai>
4 lines
223 B
SQL
4 lines
223 B
SQL
-- The replacement namespace index is created in migration 167 before this
|
|
-- legacy index is removed. Keep this a single statement for online safety.
|
|
DROP INDEX CONCURRENTLY IF EXISTS issue_label_workspace_name_lower_idx;
|