store creation id and implement moves
This commit is contained in:
parent
dca59a18dc
commit
5ee9db0007
9 changed files with 128 additions and 23 deletions
|
|
@ -133,6 +133,7 @@ pub async fn restore_document_version(
|
|||
|
||||
let new_version = StoredDocumentVersion {
|
||||
vault_update_id: last_update_id + 1,
|
||||
creation_vault_update_id: target_version.creation_vault_update_id,
|
||||
document_id,
|
||||
relative_path: restore_path,
|
||||
content: target_version.content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue