mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-04 19:25:13 -04:00
fix: migration error on new database, close #922
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user