perf: Community Edition Remove db client

pull/13378/head
feng 2024-06-04 15:54:16 +08:00 committed by 老广
parent deb8474c1b
commit 38e8791d9f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class NativeClient(TextChoices):
@classmethod
def xpack_methods(cls):
return [cls.mstsc]
return [cls.mstsc, cls.db_client]
@classmethod
def get_methods(cls, os='windows'):