Skip to content

Commit 13248c8

Browse files
authored
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
2 parents b392e58 + 54417ca commit 13248c8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/server/src/services/preview-deployment.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ export const findPreviewDeploymentById = async (
3030
with: {
3131
domain: true,
3232
application: {
33-
with: {
34-
server: true,
35-
environment: {
36-
with: {
37-
project: true,
38-
},
39-
},
33+
columns: {
34+
applicationId: true,
35+
serverId: true,
4036
},
4137
},
4238
},

0 commit comments

Comments
 (0)