mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 01:34:38 +10:00
fix: decduck's code review
This commit is contained in:
@@ -29,7 +29,7 @@ enum APITokenMode {
|
||||
|
||||
model APIToken {
|
||||
id String @id @default(uuid())
|
||||
token String @default(uuid())
|
||||
token String @default(uuid()) @unique
|
||||
mode APITokenMode
|
||||
name String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user