feat: add possibility to set PostgreSQL schema other than public (#4161)
This commit is contained in:
@@ -43,6 +43,9 @@ db:
|
||||
# pfx: path/to/cert.pfx
|
||||
# passphrase: xyz123
|
||||
|
||||
# Optional - PostgreSQL only:
|
||||
schema: public
|
||||
|
||||
# SQLite only:
|
||||
storage: path/to/database.sqlite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user