We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46212c commit 9ac6811Copy full SHA for 9ac6811
1 file changed
src/main/db/migrate.ts
@@ -55,7 +55,7 @@ export function migrateJsonToSqlite(jsonData: JSONDB) {
55
folder.createdAt,
56
folder.updatedAt,
57
folder.icon || null,
58
- folder.index,
+ folder.index ?? 0,
59
)
60
folderIdMap[folder.id] = Number(result.lastInsertRowid)
61
})
0 commit comments