mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add server-side credential requirement
This commit is contained in:
@@ -99,6 +99,7 @@ model Server {
|
||||
remoteUserId String
|
||||
username String
|
||||
token String
|
||||
noCredential Boolean @default(true)
|
||||
type ServerType
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user