File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44//!
55//! This crate is intended for small deployments of a sync server, supporting one or a small number
66//! of users. The schema for the database is considered an implementation detail. For more robust
7- //! database support, consider `taskchmpaion -sync-server-storage-posrgres `.
7+ //! database support, consider `taskchampion -sync-server-storage-postgres `.
88
99use anyhow:: Context ;
1010use chrono:: { TimeZone , Utc } ;
@@ -276,7 +276,7 @@ impl StorageTxn for Txn {
276276 SET
277277 latest_version_id = ?,
278278 versions_since_snapshot = versions_since_snapshot + 1
279- WHERE client_id = ? and latest_Version_id = ?" ,
279+ WHERE client_id = ? and latest_version_id = ?" ,
280280 params ! [
281281 StoredUuid ( version_id) ,
282282 StoredUuid ( self . client_id) ,
You can’t perform that action at this time.
0 commit comments