Virtual files: Renaming to virtual doesn't delete data #6718
authorChristian Kamm <mail@ckamm.de>
Thu, 16 Aug 2018 10:38:39 +0000 (12:38 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:03 +0000 (10:58 +0100)
commitc10f103fb8a04a91dc80553248764eadae54580b
tree80bc3f0c9c0ff9a148e05aa96cda7cd29bc0af21
parenta670431a4868a2b05d54dd17c7df98279ccc0dfe
Virtual files: Renaming to virtual doesn't delete data #6718

Unfortunately to do this, the local update phase must write to the
database, creating a new side-effect and order dependency (local update
must run before remote update).
src/libsync/propagatedownload.cpp
test/testsyncvirtualfiles.cpp