Files
devplacepy/tests/unit
retoor 27e823e14b
DevPlace CI / test (push) Failing after 1m41s
feat: add user_id index to profiles table for faster lookups
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
..