From a9be4de5a568b15384e1dec11f008d844c8e9c05 Mon Sep 17 00:00:00 2001 From: zvrh <16538800+zvrh@users.noreply.github.com> Date: Wed, 5 Jan 2022 22:02:33 +0800 Subject: database: add PostgreSQL custom schema support (#6695) Co-authored-by: Homura37 Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com> Co-authored-by: Joe Chen --- internal/form/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/form') 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 -- cgit v1.2.3