Compare commits

...

2 Commits

View File

@ -93,6 +93,9 @@ const indexs: Partial<{ [k in keyof MongodbCollections]: IndexDescription[] }> =
},
{
key: {uid: 1}
},
{
key: {type: 1}
}
],
pata: [