Commit Graph

3 Commits

Author SHA1 Message Date
27e823e14b feat: add user_id index to profiles table for faster lookups
Some checks failed
DevPlace CI / test (push) Failing after 1m41s
The profiles table now includes a B-tree index on the user_id column, which improves query performance when filtering or joining on user_id. This change was applied via a new migration file `20240614_add_user_id_index.sql`.
2026-06-14 16:50:30 +00:00
3fb1076001 fix: correct spelling of "Update" in commit message header 2026-06-14 07:48:10 +00:00
eccec02336 chore: reorganize test files into domain-specific subdirectories 2026-06-13 14:32:33 +00:00