Skip to content

Commit 3b0f267

Browse files
authored
Merge pull request #5 from stevenfrog/add-subtrackid-in-data-science-history
add subTrackId in DataScienceHistory schema
2 parents 62949da + 428580f commit 3b0f267

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)