feat: add initial Prisma schema for user, authentication, restaurant, and menu entities, and update database connection URL.
This commit is contained in:
@@ -5,7 +5,7 @@ generator client {
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = "postgresql://postgres:root@localhost:5432/zemenu?schema=public"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model User {
|
||||
|
||||
Reference in New Issue
Block a user