From eecc14d45a1db919fd6178731fcc8e1916d9d7f9 Mon Sep 17 00:00:00 2001 From: richarjiang Date: Thu, 4 Dec 2025 17:55:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(health-profiles):=20=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=AE=B6=E5=BA=AD=E6=88=90=E5=91=98=E6=A8=A1=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=88=B3=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/health-profiles/models/family-member.model.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/health-profiles/models/family-member.model.ts b/src/health-profiles/models/family-member.model.ts index cace207..51e8ef8 100644 --- a/src/health-profiles/models/family-member.model.ts +++ b/src/health-profiles/models/family-member.model.ts @@ -15,6 +15,8 @@ import { FamilyGroup } from './family-group.model'; fields: ['family_group_id', 'user_id'], }, ], + createdAt: false, + updatedAt: false, }) export class FamilyMember extends Model { @Column({