mirror of https://github.com/jumpserver/jumpserver
fix: 禁用omnidb 连接 sqlserver
parent
c7c5805b18
commit
238dc2e559
|
@ -170,8 +170,8 @@ class ConnectMethodUtil:
|
||||||
'web_methods': [WebMethod.web_gui],
|
'web_methods': [WebMethod.web_gui],
|
||||||
'listen': [Protocol.http],
|
'listen': [Protocol.http],
|
||||||
'support': [
|
'support': [
|
||||||
Protocol.mysql, Protocol.postgresql, Protocol.oracle,
|
Protocol.mysql, Protocol.postgresql,
|
||||||
Protocol.sqlserver, Protocol.mariadb
|
Protocol.oracle, Protocol.mariadb
|
||||||
],
|
],
|
||||||
'match': 'm2m'
|
'match': 'm2m'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue