From 428580f222e61997776b3d4cc4fd55762538d352 Mon Sep 17 00:00:00 2001 From: stevenfrog Date: Thu, 14 Aug 2025 11:03:12 +0800 Subject: [PATCH] add subTrackId in DataScienceHistory schema --- prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 7d3be14..0dd0d7a 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -233,6 +233,7 @@ model memberDataScienceHistoryStats { placement Int percentile Float subTrack String + subTrackId Int historyStats memberHistoryStats @relation(fields: [historyStatsId], references: [id], onDelete: Cascade)