From c13807f6ce1c70b016ea6f755978baa5c752733a Mon Sep 17 00:00:00 2001 From: Nicola Strappazzon C Date: Tue, 7 Nov 2023 13:36:55 +0100 Subject: [PATCH] feat - mysql schema --- mysql/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/main.go b/mysql/main.go index 6d7cec7..699fca5 100644 --- a/mysql/main.go +++ b/mysql/main.go @@ -17,6 +17,7 @@ type MySQL struct { Port uint16 `json:"port"` Username string `json:"username"` Password string `json:"password"` + Schema string `json:"schema"` Status string `json:"status"` Timeout uint8 `json:"timeout"` }