Skip schema creation

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!

Hey @kstoney,

Are you seeing that error in n8n? I can’t see a platform_automation schema or table on my n8n install.