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:54:10 +00:00
parent 1b75a30fec
commit 86ea747bd4
98 changed files with 6682 additions and 817 deletions
+1
View File
@@ -0,0 +1 @@
77