Clean up schema.prisma (#584)

pull/586/head
Thomas Kaul 3 years ago committed by GitHub
parent bb8b1e4f43
commit 9725f16c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save