Commit Graph

2 Commits

Author SHA1 Message Date
7d91d06d0c feat: add user_id index to profiles table for faster lookup queries
The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during authentication and profile retrieval operations.
2026-01-29 05:57:52 +00:00
86ea747bd4 feat: add user_id index to profiles table for faster lookup queries
The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during authentication and profile retrieval operations.
2026-01-29 05:54:10 +00:00