Merge pull request #6343 from element-hq/renovate/sqldelight
fix(deps): update sqldelight to v2.3.1
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user