mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fixed comment
This commit is contained in:
parent
63675bfbae
commit
530e56dcb5
@ -18,7 +18,7 @@ async function migrate() {
|
|||||||
|
|
||||||
// backup before attempting migration
|
// backup before attempting migration
|
||||||
await backupService.backupNow(
|
await backupService.backupNow(
|
||||||
// special name for the pre-0.60 migration to prevent later overwrite
|
// creating a special backup for versions 0.60.X and older, the changes in 0.61 are major.
|
||||||
currentDbVersion < 214
|
currentDbVersion < 214
|
||||||
? `before-migration-v${currentDbVersion}`
|
? `before-migration-v${currentDbVersion}`
|
||||||
: 'before-migration'
|
: 'before-migration'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user