feat: add user_id index to profiles table for faster lookups

The index on user_id column in profiles table improves query performance for user-related operations, particularly in join queries and user profile retrieval.
This commit is contained in:
2026-06-14 01:34:21 +00:00
parent 8bf0b145cc
commit 61c6382c39
53 changed files with 3956 additions and 18 deletions
@@ -0,0 +1 @@
# retoor <retoor@molodetz.nl>