Migrate to Prisma 7#2603
Open
brage-andreas wants to merge 1 commit intomainfrom
Open
Conversation
This was referenced Dec 3, 2025
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
620c201 to
dacf300
Compare
998c6e4 to
c8c2214
Compare
c8c2214 to
9988e9b
Compare
dacf300 to
6bcebc8
Compare
9988e9b to
e737473
Compare
e737473 to
d234f01
Compare
brage-andreas
commented
Dec 3, 2025
Comment on lines
+46
to
+51
| if (!auditLog.rowData) { | ||
| return null | ||
| } | ||
|
|
||
| const changed_fields = Object.entries(auditLog.rowData).map(([field, change], index) => { | ||
| return ( |
Member
Author
There was a problem hiding this comment.
This change is actually needed for type inference for some reason
6e9ae3c to
d997de7
Compare
26dfc43 to
e6c2c4c
Compare
e2f9442 to
83302a1
Compare
83302a1 to
4ef78f6
Compare
1908f6e to
fc1b108
Compare
ef6bb78 to
e606f46
Compare
dc0b13a to
298fecd
Compare
e606f46 to
cda8e90
Compare
f85ce19 to
5c7590b
Compare
cda8e90 to
777d450
Compare
5c7590b to
39e4f6b
Compare
39e4f6b to
ee38e63
Compare
ee38e63 to
db5d9af
Compare
dfeb6ac to
1f145f0
Compare
08953dc to
eaf4336
Compare
b148746 to
0af8829
Compare
2254819 to
c25287d
Compare
96fb1e4 to
1213a6f
Compare
1213a6f to
3301e7a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR:
zod-prisma-typestoprisma-zod-generatorTo generate types you now need a database URL, meaning that we need to commit both the Prisma types and the generated Zod schemas to run
type-checkin CI workflows.