migration:fresh problem. Bug when using postgres with schemas (other than public)? #4119
Unanswered
rbartholomay
asked this question in
Help
Replies: 1 comment
-
after looking in the sources it must be a bug... I add an issue for this: Issue 926 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I use adonis
("@adonisjs/lucid": "^18.3.0")
with a postgres database and i have this config:inside the .env file the
PG_DB_SCHEMA
ist set to:All runs fine (migrations etc.) except when using the command
migrate:fresh
When using this command lucid try do wipe tables in the
public
schema not inmy-special-schema
Miss i something or is this a bug? The SQL-Statement use
Public
instead ofmy-special-schema
: ...ASC [ 'public' ]
Bye René
Beta Was this translation helpful? Give feedback.
All reactions