Skip to content

Commit 37d9702

Browse files
committed
chore(web): regenerate prisma client to match committed schema
The committed schema.prisma + migration 20260526130000 already add the hrZoneMethod column, but the generated client under Web/src/generated/prisma/ was stale. Regenerate so the client matches the schema (adds hrZoneMethod to User types and the scalar field enum).
1 parent 788888a commit 37d9702

4 files changed

Lines changed: 163 additions & 5 deletions

File tree

Web/src/generated/prisma/internal/class.ts

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

Web/src/generated/prisma/internal/prismaNamespace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4818,6 +4818,7 @@ export const UserScalarFieldEnum = {
48184818
hrZone4Max: 'hrZone4Max',
48194819
hrZone5Max: 'hrZone5Max',
48204820
hrZone6Max: 'hrZone6Max',
4821+
hrZoneMethod: 'hrZoneMethod',
48214822
vdotCorrectionFactor: 'vdotCorrectionFactor',
48224823
vdotReferenceRaceDate: 'vdotReferenceRaceDate',
48234824
vdotReferenceRaceTime: 'vdotReferenceRaceTime',

Web/src/generated/prisma/internal/prismaNamespaceBrowser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export const UserScalarFieldEnum = {
153153
hrZone4Max: 'hrZone4Max',
154154
hrZone5Max: 'hrZone5Max',
155155
hrZone6Max: 'hrZone6Max',
156+
hrZoneMethod: 'hrZoneMethod',
156157
vdotCorrectionFactor: 'vdotCorrectionFactor',
157158
vdotReferenceRaceDate: 'vdotReferenceRaceDate',
158159
vdotReferenceRaceTime: 'vdotReferenceRaceTime',

0 commit comments

Comments
 (0)