Browse Source

Clean up schema.prisma (#584)

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

3
prisma/schema.prisma

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