How are you running AnythingLLM?
Local development
What happened?
The postgres sql connector is hardcoded to use the public schema.
When generating queries it should append the schema name to the table e.g. schema.table
Are there known steps to reproduce?
No response