Files
multica/server/migrations/171_drop_legacy_label_namespace_index.up.sql
Multica Eve 411a160b99 fix(release): harden v0.3.44 migrations (#5345)
Co-authored-by: Eve <eve@multica-ai.local>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-13 18:13:44 +08:00

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;