Clean up schema.prisma (#584)

This commit is contained in:
Thomas Kaul 2021-12-26 14:33:18 +01:00 committed by GitHub
parent bb8b1e4f43
commit 9725f16c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,3 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")