github.com/meetsoni15/go-migrate/v4@v4.15.3-0.20221220054613-2c40bd0c4ee9/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 ]