Skip to content

Commit

Permalink
updated unique tag for prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
syaamkhandaker committed Mar 2, 2024
1 parent dc2c039 commit 24aa099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db-service/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ model ApiKey {
model Domain {
id Int @id @default(autoincrement())
domain String @unique
subdomain String @unique
subdomain String
}

enum ApiScope {
Expand Down

0 comments on commit 24aa099

Please sign in to comment.