migration: local ssh port
This commit is contained in:
@@ -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[]
|
||||||
|
|||||||
Reference in New Issue
Block a user