Commit Graph

5 Commits

Author SHA1 Message Date
c90fc42afc chore: remove trailing whitespace from README.md formatting 2025-03-16 21:46:09 +00:00
4f42c4764b chore: remove trailing whitespace from README.md line 42 2025-02-13 18:09:29 +00:00
9c92ef06da chore: remove trailing whitespace from README.md line 42 2025-01-27 17:57:21 +00:00
29239df816 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 for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-01-05 21:59:51 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00