SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 16 TypeScript

fix(db-postgres): localized and hasMany/polymorphic relationships/uploads inside blocks (#15095)

Fixes https://github.com/payloadcms/payload/issues/15067, the error
occurred because we tried to create a drizzle relation on a non-existing
table. The drizzle relation isn't actually needed for querying, so we
can avoid building it.

---------

Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com>
S
Sasha committed
01e44123e74dd812fc53317e51d0501fd5ab9257
Parent: 6821a09
Committed by GitHub <noreply@github.com> on 1/13/2026, 5:21:14 AM