correction import pg

This commit is contained in:
2026-03-02 17:05:49 +01:00
parent 24e92bceef
commit 4b162f1b9a
3 changed files with 7 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {