cooklang-sync-client 0.2.3

A client library for cooklang-sync
Documentation
1
2
3
4
5
6
7
8
9
10
11
--- a/client/src/schema.rs
+++ b/client/src/schema.rs
@@ -6,7 +6,7 @@ diesel::table! {
         jid -> Nullable<Integer>,
         deleted -> Bool,
         path -> Text,
-        modified_at -> Timestamp,
+        modified_at -> TimestamptzSqlite,
         size -> BigInt,
         namespace_id -> Integer,
     }