use postgress

This commit is contained in:
Kurt Hutten
2020-10-12 20:15:11 +11:00
parent ae66bf737a
commit f91fee0916
2 changed files with 5 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
datasource DS {
// optionally set multiple providers
// example: provider = ["sqlite", "postgresql"]
provider = "sqlite"
provider = ["sqlite", "postgresql"]
url = env("DATABASE_URL")
}