feat: update database configuration to use PostgreSQL

This commit is contained in:
2025-09-21 01:08:08 -05:00
parent 7f066bcf0b
commit 340287a703
5 changed files with 3 additions and 112 deletions

View File

@@ -9,7 +9,7 @@ generator client {
}
datasource db {
provider = "sqlite"
provider = "postgresql"
url = env("DATABASE_URL")
}