Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
Co-authored-by: Cosmo <[email protected]>
  • Loading branch information
Daaaiii and viniciuscosmome committed Feb 20, 2024
1 parent a9bb6f0 commit 25708db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ model ResetPasswordInfo {
id Int @id @default(autoincrement())
recoveryToken String @unique @map("recovery_token")
expiresIn DateTime @updatedAt @map("expires_in")
credentialId String @unique @map("credential_id")
credentialId String @unique @map("credential_id")
credential Credential @relation(fields: [credentialId], references: [id], onDelete: Cascade)
@@map("reset_password_info")
Expand Down

0 comments on commit 25708db

Please sign in to comment.