mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 12:35:35 +02:00
- Add migration 106: CREATE INDEX CONCURRENTLY on member(user_id, workspace_id) - Rewrite ListWorkspaces to drive from member table with explicit fields - Regenerate all sqlc code with v1.31.1 (intentional version upgrade) Co-authored-by: multica-agent <github@multica.ai>
2 lines
61 B
SQL
2 lines
61 B
SQL
DROP INDEX CONCURRENTLY IF EXISTS idx_member_user_workspace;
|