Files
AutoGPT/autogpt_platform/backend
Reinier van der Leer 290a293641 fix(backend/db): Move vector extension to extensions schema (#11902)
[SECRT-1809: \[Bug\] Searching for blocks Error: ERROR: type "vector"
does not exist](https://linear.app/autogpt/issue/SECRT-1809)

### Changes 🏗️

Add a migration that:
1. Moves the `vector` extension to the `extensions` schema (which is in
the default postgres search path)
2. Amend the DB's default search path to include the app DB schema,
`platform` in our case

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - CI must pass
  - [x] Verify locally as far as possible that this will work
2026-02-06 09:37:22 +00:00
..