Commit Graph

2 Commits

Author SHA1 Message Date
9259ab2a57 chore: remove trailing whitespace from all source files in src/ directory 2026-05-13 21:15:14 +00:00
353968513c 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 when filtering or joining by user identifier, reducing full table scans during profile retrieval operations.
2026-05-12 13:07:34 +00:00