Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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