Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema field in dbconfig.yml being ignored #251

Open
VinceHPicton opened this issue Aug 23, 2023 · 0 comments
Open

schema field in dbconfig.yml being ignored #251

VinceHPicton opened this issue Aug 23, 2023 · 0 comments

Comments

@VinceHPicton
Copy link

VinceHPicton commented Aug 23, 2023

As titled, yml file is being used for user, db password etc, but completely ignores the schema argument: it simply targets the default schema, "public"

dbconfig.yml file below:

development:
dialect: postgres
datasource: dbname=postgres sslmode=disable user=postgres password=postgres
schema: click
dir: db/psql/sql

@VinceHPicton VinceHPicton changed the title schema field in dbconfig.yml ignored schema field in dbconfig.yml being ignored Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant