feat: add possibility to set PostgreSQL schema other than public (#4161)

This commit is contained in:
Frederic Alix
2021-09-25 04:56:44 +02:00
committed by GitHub
parent 66bf914725
commit 8d1f752620
2 changed files with 7 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ db:
# pfx: path/to/cert.pfx
# passphrase: xyz123
# Optional - PostgreSQL only:
schema: public
# SQLite only:
storage: path/to/database.sqlite