Fix auth system

This commit is contained in:
Stefan-5422
2022-05-04 11:46:36 +02:00
parent 6099f58771
commit 7f52f8c30e
5 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ model Restaurant {
model Pizza {
id Int @id @default(autoincrement())
name String @unique
name String
description String?
restaurant Restaurant @relation(fields: [restaurantId], references: [id])
restaurantId Int