mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-17 15:19:00 +02:00
Adds migration 119 creating idx_user_created_at on "user"(created_at) using CREATE INDEX CONCURRENTLY, matching the repo convention for index-only migrations (114/115). Co-authored-by: multica-agent <github@multica.ai>
2 lines
55 B
SQL
2 lines
55 B
SQL
DROP INDEX CONCURRENTLY IF EXISTS idx_user_created_at;
|