Makes mandatory dsn_string parameter optional (#8931)

This commit is contained in:
ebozduman
2020-03-28 22:20:02 -07:00
committed by GitHub
parent fa4d627b57
commit fdda5f98c6
2 changed files with 8 additions and 3 deletions

View File

@@ -364,6 +364,7 @@ var (
config.HelpKV{
Key: target.MySQLDSNString,
Description: "MySQL data-source-name connection string",
Optional: true,
Type: "string",
},
config.HelpKV{