Skip to content

Commit

Permalink
fix(backend): fix unit test, delete migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Sep 24, 2024
1 parent 775e756 commit 1e445dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 101 deletions.
66 changes: 0 additions & 66 deletions packages/backend/src/_migrations/1727093929792-manual-migration.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/backend/src/_migrations/1727186783887-manual-migration.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ export const CUSTOM_DOC_ATTESTATION_POSTALE: StructureCustomDocTags = {
PROCURATION_DATE_DEBUT: "",
PROCURATION_DATE_FIN: "",
PROCURATION_DATE_NAISSANCE: "",
PROCURATIONS_NOMBRE: 0,
};
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ export const CUSTOM_DOC_COURRIER_REFUS: StructureCustomDocTags = {
PROCURATION_DATE_DEBUT: "",
PROCURATION_DATE_FIN: "",
PROCURATION_DATE_NAISSANCE: "",
PROCURATIONS_NOMBRE: 0,
};

0 comments on commit 1e445dd

Please sign in to comment.