Browse Source

change schema comment to public

pull/359/head
yedf2 4 years ago
parent
commit
ecd34c7b51
  1. 2
      conf.sample.yml

2
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

Loading…
Cancel
Save