mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Add verifier information (#3839)
* add verifier information * cleanup Co-authored-by: bjoern <r10s@b44t.com> * finish name change * simple improvements & new ffi * fixs Co-authored-by: bjoern <r10s@b44t.com> Co-authored-by: septias <xxsebastian.kleahnxx@gmail.com>
This commit is contained in:
@@ -664,6 +664,13 @@ CREATE INDEX smtp_messageid ON imap(rfc724_mid);
|
||||
95
|
||||
).await?;
|
||||
}
|
||||
if dbversion < 96 {
|
||||
sql.execute_migration(
|
||||
"ALTER TABLE acpeerstates ADD COLUMN verifier TEXT DEFAULT '';",
|
||||
96,
|
||||
)
|
||||
.await?;
|
||||
}
|
||||
|
||||
let new_version = sql
|
||||
.get_raw_config_int(VERSION_CFG)
|
||||
|
||||
Reference in New Issue
Block a user