mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-15 05:50:27 +08:00
可以清理数据库节点的数据表
This commit is contained in:
@@ -14,4 +14,11 @@ message DBNode {
|
||||
string username = 8;
|
||||
string password = 9;
|
||||
string charset = 10;
|
||||
DBNodeStatus status = 30;
|
||||
}
|
||||
|
||||
message DBNodeStatus {
|
||||
bool isOk = 1;
|
||||
int64 size = 2;
|
||||
string error = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user