fix: migration error on new database, close #922

This commit is contained in:
Maxi Quoß
2024-12-29 10:50:00 +01:00
parent 69bb334b20
commit 6d06e5ae9b

View File

@@ -1590,7 +1590,7 @@ func init() {
}
]`
return app.ImportCollectionsByMarshaledJSON([]byte(jsonData), false)
return app.ImportCollectionsByMarshaledJSON([]byte(jsonData), true)
}, func(app core.App) error {
return nil
})