feat: add FlushTableExpr to DdlRequest (#12)

This commit is contained in:
Weny Xu
2023-03-01 15:21:16 +08:00
committed by GitHub
parent 8365873e83
commit ad01872950
2 changed files with 37 additions and 16 deletions
+1
View File
@@ -17,6 +17,7 @@ message DdlRequest {
CreateTableExpr create_table = 2;
AlterExpr alter = 3;
DropTableExpr drop_table = 4;
FlushTableExpr flush_table = 5;
}
}