Support to set restore operation

This commit is contained in:
WQY\qiong
2023-02-16 22:18:51 +08:00
parent 3c7903e742
commit 8f55b21275
4 changed files with 9 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ def read_inp(project: str, inp: str):
execute_batch_commands(project, _read_inp(inp))
op = get_current_operation(project)
write(project, f'update restore_operation set id = {op}')
set_restore_operation(project, op)
def dump_inp(project: str, inp: str):