forked from github-mirrorer/taskchampion-sync-server
This fixes a bug in 25911b44a6 where the
check in the storage implementation was too strict (not allowing
`clients.latest_version_id == Uuid::nil()`), causing spurious failures.
Well, two bugs, one in each storage implementation.
taskchampion-sync-server-storage-postgres
This crate implements a Postgres storage backend for the
taskchampion-sync-server-core.