Store read state version and resync on startup if needed
This commit is contained in:
2
database/upgrades/06-user-read-state-version.sql
Normal file
2
database/upgrades/06-user-read-state-version.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- v6: Store user read state version
|
||||
ALTER TABLE "user" ADD COLUMN read_state_version INTEGER NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user