Merge pull request #6343 from element-hq/renovate/sqldelight

fix(deps): update sqldelight to v2.3.1
This commit is contained in:
Benoit Marty 2026-03-13 19:21:38 +01:00 committed by GitHub
commit d984452141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 12 deletions

View file

@ -45,7 +45,7 @@ showkase = "1.0.5"
# There is some custom logic in `RootFlowNode` that may break because it reuses some Appyx internal APIs.
# When upgrading this version, check state restoration still works fine.
appyx = "1.7.1"
sqldelight = "2.2.1"
sqldelight = "2.3.1"
wysiwyg = "2.41.1"
telephoto = "0.18.0"
haze = "1.7.2"

View file

@ -1,11 +0,0 @@
-- This file is not strictly necessary, since the first
-- version of the DB is 1, so we will never migrate from 0
CREATE TABLE SessionData (
userId TEXT NOT NULL PRIMARY KEY,
deviceId TEXT NOT NULL,
accessToken TEXT NOT NULL,
refreshToken TEXT,
homeserverUrl TEXT NOT NULL,
slidingSyncProxy TEXT
);