chore: Changes spacing.
This commit is contained in:
parent
b165bc04a4
commit
c385d7b83b
1 changed files with 14 additions and 22 deletions
|
@ -15,7 +15,6 @@ model DesinationProvider {
|
|||
|
||||
name String
|
||||
description String?
|
||||
|
||||
backend String
|
||||
connectionDetails String
|
||||
}
|
||||
|
@ -25,13 +24,10 @@ model ForwardRule {
|
|||
|
||||
name String
|
||||
description String?
|
||||
|
||||
sourceIP String
|
||||
sourcePort Int
|
||||
|
||||
destIP String
|
||||
destPort Int
|
||||
|
||||
destProviderID Int
|
||||
enabled Boolean
|
||||
}
|
||||
|
@ -41,7 +37,6 @@ model Permission {
|
|||
|
||||
permission String
|
||||
has Boolean
|
||||
|
||||
user User @relation(fields: [userID], references: [id])
|
||||
userID Int
|
||||
}
|
||||
|
@ -51,11 +46,8 @@ model User {
|
|||
|
||||
email String @unique
|
||||
name String
|
||||
|
||||
password String // Will be hashed using bcrypt
|
||||
|
||||
rootToken String?
|
||||
isRootServiceAccount Boolean?
|
||||
|
||||
permissions Permission[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue