diff options
author | zvrh <16538800+zvrh@users.noreply.github.com> | 2022-01-05 22:02:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 22:02:33 +0800 |
commit | a9be4de5a568b15384e1dec11f008d844c8e9c05 (patch) | |
tree | a055445dc0a497d8a8fc62eaebf81969a7bab8b3 /internal/form | |
parent | 14481533b829b2c85465abedace2736423c767ae (diff) |
database: add PostgreSQL custom schema support (#6695)
Co-authored-by: Homura37 <git@gvip.xyz>
Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'internal/form')
-rw-r--r-- | internal/form/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/form/user.go b/internal/form/user.go index ffc7dda4..d8d73ca4 100644 --- a/internal/form/user.go +++ b/internal/form/user.go @@ -17,6 +17,7 @@ type Install struct { DbUser string DbPasswd string DbName string + DbSchema string SSLMode string DbPath string |