call transaction Dao events only after commit, added totalPages to the search response and updated the tests
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ func init() {
|
||||
`
|
||||
|
||||
func migrateCollectionsHandler(app core.App, args []string) error {
|
||||
createArgs := []string{"collections_import"}
|
||||
createArgs := []string{"collections_snapshot"}
|
||||
createArgs = append(createArgs, args...)
|
||||
|
||||
dao := daos.New(app.DB())
|
||||
|
||||
Reference in New Issue
Block a user