Support batch operation table

This commit is contained in:
WQY\qiong
2023-03-31 14:51:49 +08:00
parent 8de01a3e02
commit a579272ea9
6 changed files with 186 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
drop table if exists operation_table;
drop type if exists operation_table_option;
drop table if exists batch_operation;
drop table if exists restore_operation;
drop table if exists snapshot_operation;