feat(session): reduce persistence storage size (#3048)

This commit is contained in:
Magolor
2026-08-26 08:01:07 +00:00
committed by GitHub
parent 1e2d2b7b47
commit df76bc695b
66 changed files with 1130 additions and 226 deletions
@@ -11,4 +11,4 @@ CREATE TABLE events (
INSERT INTO persistence_state (singleton, store_id)
VALUES (1, '00000000-0000-4000-8000-000000000000');
PRAGMA application_id = 1146308688;
PRAGMA user_version = 18;
PRAGMA user_version = 19;