Set restore op to current

This commit is contained in:
WQY\qiong
2023-03-22 19:53:26 +08:00
parent cd39018cbd
commit 4366125647
3 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ from .database import update_snapshot, update_snapshot_for_current_operation
from .database import delete_snapshot, delete_snapshot_by_operation
from .database import get_operation_by_snapshot, get_snapshot_by_operation
from .database import pick_snapshot
from .database import pick_operation, sync_with_server, get_restore_operation, set_restore_operation
from .database import pick_operation, sync_with_server, get_restore_operation, set_restore_operation, set_restore_operation_to_current
from .batch_cmd import execute_batch_command
from .batch_cmds import execute_batch_commands