Skip to content

Commit 9cbfd24

Browse files
committed
Add tunnel protocol migration to new v10
1 parent 8c4ab04 commit 9cbfd24

File tree

3 files changed

+560
-1
lines changed

3 files changed

+560
-1
lines changed

mullvad-daemon/src/migrations/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ use tokio::{
4646
mod account_history;
4747
mod device;
4848
mod v1;
49+
mod v10;
4950
mod v2;
5051
mod v3;
5152
mod v4;
@@ -207,6 +208,8 @@ async fn migrate_settings(
207208
}),
208209
)?;
209210

211+
v10::migrate(settings)?;
212+
210213
Ok(migration_data)
211214
}
212215

0 commit comments

Comments
 (0)