chore: update notification template

This commit is contained in:
2024-12-07 16:50:08 +01:00
parent f7989a865d
commit 5cca957009
7 changed files with 148 additions and 35 deletions

View File

@@ -69,6 +69,9 @@ func deleteTemp() {
func testDatabaseConnection(db *dbConfig) {
utils.Info("Connecting to %s database ...", db.dbName)
// Set database name for notification error
utils.DatabaseName = db.dbName
// Test database connection
query := "SELECT version();"