Hello,
Is it possible to skip the postgres schema creation on startup?, eg this bit:
query failed: CREATE SCHEMA IF NOT EXISTS platform_automation
Unfortunately the way databases and schemas are provisioned here means the schema already exists, and the user that the app gets doesn’t have permissions to modify schemas (as the instances are multi-tenant).
I couldn’t see anything in the docs!