fix: rebase cleanup

This commit is contained in:
Sebastian Klähn
2024-01-23 22:43:59 +01:00
parent 70181493b0
commit 60b240429a
4 changed files with 149 additions and 121 deletions

View File

@@ -895,7 +895,7 @@ CREATE INDEX msgs_status_updates_index2 ON msgs_status_updates (uid);
SET backward_verified_key_id=(SELECT value FROM config WHERE keyname='key_id')
WHERE verified_key IS NOT NULL
"#,
109)
109).await?;
}
if dbversion < 110 {