mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +02:00
Fix auth system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user