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.
This commit is contained in:
2026-01-29 05:57:52 +00:00
parent 86ea747bd4
commit 7d91d06d0c
4 changed files with 102 additions and 208 deletions
File diff suppressed because one or more lines are too long