mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
(flub/r10s/hpk42) remove MoveState and related functions because we don't actually need it anymore
This commit is contained in:
@@ -729,6 +729,7 @@ fn open(
|
||||
}
|
||||
if dbversion < 48 {
|
||||
info!(context, "[migration] v48");
|
||||
// NOTE: move_state is not used anymore
|
||||
sql.execute(
|
||||
"ALTER TABLE msgs ADD COLUMN move_state INTEGER DEFAULT 1;",
|
||||
params![],
|
||||
|
||||
Reference in New Issue
Block a user