github.com/solvedata/migrate/v4@v4.8.7-0.20201127053940-c9fba4ce569f/database/mongodb/examples/migrations/002_create_indexes.down.json (about) 1 [ 2 { 3 "dropIndexes": "mycollection", 4 "index": "username_sort_by_asc_created" 5 }, 6 { 7 "dropIndexes": "mycollection", 8 "index": "unique_email" 9 } 10 ]