Update client.go

pull/2587/head
Anye 2 months ago committed by GitHub
parent 3366e89901
commit 3458d5a6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -52,7 +52,7 @@ func NewRawEntClient(l logging.Logger, config conf.ConfigProvider) (*ent.Client,
if confDBType == conf.SQLite3DB || confDBType == "" {
confDBType = conf.SQLiteDB
}
if confDBType == "mariadb" {
if confDBType == conf.MariaDB {
confDBType = conf.MySqlDB
}

Loading…
Cancel
Save