Merge pull request #4257 from colocated/fix/4256-preview-deployment-too-many-args

fix: preview deployments broken on v0.29.0 — postgres 100-arg limit
This commit is contained in:
Mauricio Siu
2026-04-19 12:06:17 -06:00
committed by GitHub
@@ -30,13 +30,9 @@ export const findPreviewDeploymentById = async (
with: {
domain: true,
application: {
with: {
server: true,
environment: {
with: {
project: true,
},
},
columns: {
applicationId: true,
serverId: true,
},
},
},