diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-29 17:50:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-29 17:50:28 -0700 |
| commit | 5e7e537b955bafd4a8bd855347a1f6466ce8d027 (patch) | |
| tree | 3c75bbee23a8a585d57f6278f71b9eb057e01754 /backend/prisma/schema.prisma | |
| parent | d55b767039605256c736166a942a9138e3eacfd7 (diff) | |
add game and score schema to orm
Diffstat (limited to 'backend/prisma/schema.prisma')
| -rw-r--r-- | backend/prisma/schema.prisma | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma deleted file mode 100644 index aaeee1b..0000000 --- a/backend/prisma/schema.prisma +++ /dev/null @@ -1,15 +0,0 @@ -// This is your Prisma schema file, -// learn more about it in the docs: https://pris.ly/d/prisma-schema - -// Looking for ways to speed up your queries, or scale easily with your serverless or edge functions? -// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init - -generator client { - provider = "prisma-client-js" - output = "../src/generated/prisma" -} - -datasource db { - provider = "postgresql" - url = env("DATABASE_URL") -} |
