diff --git a/src/structures/schemas/structure.schema.ts b/src/structures/schemas/structure.schema.ts index 6d7af9fb537f2a266957a596effbe5794b1cc0cf..8202b1006cd44c52f2536e89423562a9ba199989 100644 --- a/src/structures/schemas/structure.schema.ts +++ b/src/structures/schemas/structure.schema.ts @@ -131,6 +131,9 @@ export class Structure { @Prop() coord: number[]; + + @Prop() + jaccompagneLesUsagersDansLeursDemarchesEnLigne: boolean; } export const StructureSchema = SchemaFactory.createForClass(Structure);