We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa276d commit b0c82baCopy full SHA for b0c82ba
crates/core/src/kv.rs
@@ -36,7 +36,7 @@ fn powersync_client_id_impl(
36
create_sqlite_text_fn!(
37
powersync_client_id,
38
powersync_client_id_impl,
39
- "powersync_last_synced_at"
+ "powersync_client_id"
40
);
41
42
fn powersync_last_synced_at_impl(
0 commit comments