Skip to content

Commit

Permalink
Update prisma-schema-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Aug 6, 2019
1 parent 921a160 commit 262994f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ datasource postgresql {
url = env("POSTGRESQL_URL")
}
# Note: MongoDB is currently not supported with Prisma 2, but will be soon.
// Note: MongoDB is currently not supported with Prisma 2, but will be soon.
datasource mongo {
provider = "mongo"
url = env("MONGO_URL")
Expand All @@ -130,6 +130,7 @@ datasource mysql {
url = env("MYSQL_URL")
}
// Note: MongoDB is currently not supported with Prisma 2, but will be soon.
datasource mongo {
provider = "mongodb"
url = env("MONGO_URL")
Expand Down

0 comments on commit 262994f

Please sign in to comment.