From ecd34c7b5100250d164326c0c18a5e8e0719b262 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Tue, 11 Oct 2022 09:31:30 +0800 Subject: [PATCH] change schema comment to public --- conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sample.yml b/conf.sample.yml index 259fa14..1bccd93 100644 --- a/conf.sample.yml +++ b/conf.sample.yml @@ -27,7 +27,7 @@ # Password: 'mysecretpassword' # Port: '5432' # Db: 'postgres' -# Schema: 'myschema' +# Schema: 'public' # default value is 'public' ### following config is for only Driver postgres/mysql # MaxOpenConns: 500