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