You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered: