perf: 移除 omnidb

pull/10781/head
Eric 2023-06-19 18:17:46 +08:00 committed by 老广
parent 9403b76333
commit e4f21b8a5f
1 changed files with 2 additions and 10 deletions

View File

@ -183,12 +183,12 @@ class ConnectMethodUtil:
],
'match': 'm2m'
},
TerminalType.omnidb: {
TerminalType.chen: {
'web_methods': [WebMethod.web_gui],
'listen': [Protocol.http],
'support': [
Protocol.mysql, Protocol.postgresql,
Protocol.oracle, Protocol.mariadb
Protocol.oracle
],
'match': 'm2m'
},
@ -214,14 +214,6 @@ class ConnectMethodUtil:
'support': [Protocol.rdp],
'match': 'map'
},
TerminalType.chen: {
'web_methods': [WebMethod.web_gui],
'listen': [Protocol.http],
'support': [
Protocol.mysql, Protocol.postgresql, Protocol.oracle,
],
'match': 'm2m'
},
}
return protocols