Merge pull request #10985 from jumpserver/pr@dev@feat_db_mariadb_web_db_support

feat: mariadb 支持 webdb
pull/10989/head
老广 2023-07-17 18:02:42 +08:00 committed by GitHub
commit a2c6e5f3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class ConnectMethodUtil:
'support': [
Protocol.mysql, Protocol.postgresql,
Protocol.oracle, Protocol.sqlserver,
Protocol.mariadb
],
'match': 'm2m'
},