71d2d4100e
While `_ensure_indexes` was already secured, the `CREATE INDEX` for `ix_saved_searches_user_id` was hardcoded. This commit explicitly quotes it to unify our security posture against SQL injection and keep static analyzers happy. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>