fix(#168): typage colonne placement garde courant compatible TypeORM.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-24 00:51:06 +02:00
co-authored by Cursor
parent db08aca714
commit 93ee3a5549
2 changed files with 4 additions and 4 deletions
@@ -543,7 +543,7 @@ export class ParentsService {
idCourant = null;
await this.parentsRepository.update(
{ user_id: parentUserId },
{ id_placement_garde_courant: null },
{ id_placement_garde_courant: () => 'NULL' },
);
}
if (!idCourant && placements.length === 1) {