mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
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:
@@ -30,13 +30,9 @@ export const findPreviewDeploymentById = async (
|
|||||||
with: {
|
with: {
|
||||||
domain: true,
|
domain: true,
|
||||||
application: {
|
application: {
|
||||||
with: {
|
columns: {
|
||||||
server: true,
|
applicationId: true,
|
||||||
environment: {
|
serverId: true,
|
||||||
with: {
|
|
||||||
project: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user