RootCauseunvalidated

As the extension was installed in the public schema — This is how the `DbContext` is registered. Tension: changing the `search_path` to include "public" but it still didn't work. Outcome: You can set the search path in your PostgreSQL configuration or via the connection string.

600eefc7-8d31-41ca-8462-1dcf54fed961

As the extension was installed in the public schema — This is how the DbContext is registered. Tension: changing the search_path to include "public" but it still didn't work. Outcome: You can set the search path in your PostgreSQL configuration or via the connection string.