aboutsummaryrefslogtreecommitdiffstats
path: root/backend/schema.prisma
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:41:51 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:43:59 -0700
commit864ce67d89c77d8ef9c3361f80d619853abcf91c (patch)
tree58a83c20fab91d9480fda5f8648c257f96352aa4 /backend/schema.prisma
parentff37cca46430ed714015647469f88ce06781457a (diff)
backend: migrate to postgres
Diffstat (limited to 'backend/schema.prisma')
-rw-r--r--backend/schema.prisma2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/schema.prisma b/backend/schema.prisma
index 3872cc4..e5c4039 100644
--- a/backend/schema.prisma
+++ b/backend/schema.prisma
@@ -3,7 +3,7 @@ generator client {
}
datasource db {
- provider = "sqlite"
+ provider = "postgresql"
url = env("DATABASE_URL")
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage