Store read state version and resync on startup if needed

This commit is contained in:
Tulir Asokan
2022-07-08 12:57:21 +03:00
parent a33551e487
commit 2c57b47ad2
5 changed files with 36 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
-- v6: Store user read state version
ALTER TABLE "user" ADD COLUMN read_state_version INTEGER NOT NULL DEFAULT 0;