/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3332084752") // update collection data unmarshal({ "indexes": [ "CREATE INDEX `idx_gxNj5R3hxv` ON `documents` (`type`)", "CREATE INDEX `idx_KtpMErDe1C` ON `documents` (`campaign`)" ] }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3332084752") // update collection data unmarshal({ "indexes": [ "CREATE INDEX `idx_gxNj5R3hxv` ON `documents` (`type`)" ] }, collection) return app.save(collection) })