mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
Fix migration
This commit is contained in:
@@ -1245,7 +1245,7 @@ async fn open(
|
|||||||
if dbversion < 64 {
|
if dbversion < 64 {
|
||||||
info!(context, "[migration] v63");
|
info!(context, "[migration] v63");
|
||||||
sql.execute(
|
sql.execute(
|
||||||
"ALTER TABLE chats ADD COLUMN error TEXT DEFAULT '';",
|
"ALTER TABLE msgs ADD COLUMN error TEXT DEFAULT '';",
|
||||||
paramsv![],
|
paramsv![],
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user