migration: local ssh port
This commit is contained in:
parent
b1acfba791
commit
424195880b
@ -0,0 +1,2 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "DestinationDocker" ADD COLUMN "sshLocalPort" INTEGER;
|
@ -215,6 +215,7 @@ model DestinationDocker {
|
|||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
sshKeyId String?
|
sshKeyId String?
|
||||||
sshKey SshKey? @relation(fields: [sshKeyId], references: [id])
|
sshKey SshKey? @relation(fields: [sshKeyId], references: [id])
|
||||||
|
sshLocalPort Int?
|
||||||
application Application[]
|
application Application[]
|
||||||
database Database[]
|
database Database[]
|
||||||
service Service[]
|
service Service[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user