Merge pull request #6343 from element-hq/renovate/sqldelight
fix(deps): update sqldelight to v2.3.1
This commit is contained in:
commit
d984452141
2 changed files with 1 additions and 12 deletions
|
|
@ -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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue