feat: add clientApiKey per-app for mobile bug submission
This commit is contained in:
@@ -77,9 +77,10 @@ model App {
|
||||
version String?
|
||||
minVersion String?
|
||||
maintenance Boolean @default(false)
|
||||
active Boolean @default(true)
|
||||
urlApi String?
|
||||
apiKey String?
|
||||
active Boolean @default(true)
|
||||
urlApi String?
|
||||
apiKey String?
|
||||
clientApiKey String? @unique
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user