diff --git a/src/people/schemas/people.schema.ts b/src/people/schemas/people.schema.ts index 98ee40ab3f5ec7755ea91230c49c0edabd41ff74..09d9a5f8a4178a5f5d2050222b031acf016bb5fa 100644 --- a/src/people/schemas/people.schema.ts +++ b/src/people/schemas/people.schema.ts @@ -55,4 +55,4 @@ export class People { export const PeopleSchema = SchemaFactory.createForClass(People); -PeopleSchema.index({ id: 1 }, { unique: true }); \ No newline at end of file +PeopleSchema.index({}); \ No newline at end of file