Yuriy Lukashevich

Results 1 issues of Yuriy Lukashevich

I’m trying to add liquibase to my project. I need to create a collection along with index and shard keys creation: db.runCommand({customAction: “CreateCollection”, collection: “name”, offerThroughput: 400, shardKey: “partition_key”, indexes:...