Commit Graph

2 Commits

Author SHA1 Message Date
b9df8660ed fix: correct null pointer dereference in user profile avatar loader 2026-02-10 03:29:48 +00:00
b54b348d87 feat: add user_id index to profiles table for faster lookups
The new index on the user_id column in the profiles table improves query performance for user-specific profile retrieval operations, reducing scan time from O(n) to O(log n) for large datasets.
2026-01-29 06:42:06 +00:00