feat: Add migration for v6 account data

This commit is contained in:
Joachim Van Herwegen
2023-10-04 16:38:46 +02:00
parent fedd9e04d8
commit 0ac7d407bf
39 changed files with 1034 additions and 89 deletions

View File

@@ -121,6 +121,14 @@
"type": "number",
"describe": "Run the server in multithreaded mode using workers. (special values: -1: num_cores-1, 0: num_cores). Defaults to 1 (singlethreaded)"
}
},
{
"@type": "YargsParameter",
"name": "confirmMigration",
"options": {
"type": "boolean",
"describe": "Skips the confirmation prompts during migration from older versions."
}
}
],
"options": {