Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
|
Would also love a way to disable this. Resorted to patch the package to remove the line for now |
Beta Was this translation helpful? Give feedback.
-
|
Would be great to disable this rather than having to patch the package. |
Beta Was this translation helpful? Give feedback.
-
|
+1 Would also love a way to disable this. This causes issues when trying to migrate during deploys to render.com since the user registered with the DB does not have permission to create schemas. |
Beta Was this translation helpful? Give feedback.
-
|
+1 also working with DB that has no permission to create schema |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My database user don't have permissions to create an schema, and this is breaking the migrations on the first step
CREATE SCHEMA IF NOT EXISTS "public". There is any way to disable this step?It's a postgres database
(even after manually creating the tables, and inserting the migrations in the migrations table it's still breaking because it's tries to create the schema)
Beta Was this translation helpful? Give feedback.
All reactions