Registers Mongo-style drop index command.
void dropIndex({required String collection, required String name}) { _mutations.add( SchemaMutation.dropIndex(collection: collection, name: name), ); }