Migrate to Prisma 7 - #2603
Merged
Merged
Conversation
This was referenced Dec 3, 2025
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
brage-andreas
force-pushed
the
add-featured-event-route
branch
from
December 3, 2025 19:25
620c201 to
dacf300
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
December 3, 2025 19:25
998c6e4 to
c8c2214
Compare
brage-andreas
changed the base branch from
add-featured-event-route
to
graphite-base/2603
December 3, 2025 19:28
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
December 3, 2025 19:28
c8c2214 to
9988e9b
Compare
brage-andreas
force-pushed
the
graphite-base/2603
branch
from
December 3, 2025 19:28
dacf300 to
6bcebc8
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
December 3, 2025 20:53
9988e9b to
e737473
Compare
brage-andreas
marked this pull request as ready for review
December 3, 2025 20:59
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
December 3, 2025 21:01
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
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
8 times, most recently
from
December 3, 2025 22:27
6e9ae3c to
d997de7
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
2 times, most recently
from
December 17, 2025 15:02
26dfc43 to
e6c2c4c
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
2 times, most recently
from
January 10, 2026 14:29
e2f9442 to
83302a1
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
January 10, 2026 15:04
83302a1 to
4ef78f6
Compare
brage-andreas
force-pushed
the
graphite-base/2603
branch
from
January 10, 2026 15:04
1908f6e to
fc1b108
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
3 times, most recently
from
January 19, 2026 14:22
f85ce19 to
5c7590b
Compare
brage-andreas
changed the base branch from
add-untyped-featured-events-route
to
graphite-base/2603
January 21, 2026 12:01
brage-andreas
force-pushed
the
graphite-base/2603
branch
from
January 21, 2026 12:05
cda8e90 to
777d450
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
January 21, 2026 12:05
5c7590b to
39e4f6b
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
February 11, 2026 11:09
39e4f6b to
ee38e63
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
February 19, 2026 11:25
ee38e63 to
db5d9af
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
2 times, most recently
from
February 27, 2026 14:54
dfeb6ac to
1f145f0
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
2 times, most recently
from
March 27, 2026 10:43
08953dc to
eaf4336
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
4 times, most recently
from
March 31, 2026 22:33
b148746 to
0af8829
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
2 times, most recently
from
April 15, 2026 16:50
2254819 to
c25287d
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
6 times, most recently
from
May 1, 2026 23:01
96fb1e4 to
1213a6f
Compare
brage-andreas
force-pushed
the
migrate-to-prisma-7
branch
from
May 2, 2026 16:58
1213a6f to
3301e7a
Compare
Member
Author
Merge activity
|
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.