Windows Sync-Client doesn't sync all files (checksum wrong)

Here’s the properly formated SQL. This solved my issue by invalidating the checksums, Thanks!

UPDATE oc_filecache
SET checksum = ''
WHERE COALESCE (checksum, '') <> ''
1 Like