Skip to content

Commit

Permalink
feat(IN-583): eliminar indicacion en estado borrador
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianoCampetella committed Jan 3, 2024
1 parent ddf0605 commit c006a8e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export const PlanIndicacionesSchema = new Schema({
turneable: Boolean,
seccion: SnomedConcept,
requiereFrecuencia: Boolean,
requiereAceptacion: Boolean
requiereAceptacion: Boolean,
deletedAt: { type: Date, required: false },
deletedBy: { type: SchemaTypes.Mixed, required: false },
});

PlanIndicacionesSchema.plugin(AuditPlugin);
Expand Down

0 comments on commit c006a8e

Please sign in to comment.