Skip to content

Commit 428580f

Browse files
committed
add subTrackId in DataScienceHistory schema
1 parent 62949da commit 428580f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ model memberDataScienceHistoryStats {
233233
placement Int
234234
percentile Float
235235
subTrack String
236+
subTrackId Int
236237
237238
historyStats memberHistoryStats @relation(fields: [historyStatsId], references: [id], onDelete: Cascade)
238239

0 commit comments

Comments
 (0)