diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-12 16:31:01 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-12 16:31:01 -0400 |
| commit | 97b6de6aa437f7a913a33b9e6aa18a919faf2caf (patch) | |
| tree | 431e12a535baf1d2ad59601ee7c5e8084ae7a263 /backend/database/prisma.yml | |
| parent | d22616d5a675f5a381c741784333151255713b45 (diff) | |
a whole bunch of things that should be in their own commits
Diffstat (limited to 'backend/database/prisma.yml')
| -rw-r--r-- | backend/database/prisma.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/database/prisma.yml b/backend/database/prisma.yml index 8f4cbe1..9782b52 100644 --- a/backend/database/prisma.yml +++ b/backend/database/prisma.yml @@ -11,10 +11,6 @@ disableAuth: true # the file path pointing to your data model datamodel: datamodel.graphql -# uncomment the following two lines to seed your service with initial data -# seed: -# import: seed.graphql - # cluster: ${env:PRISMA_CLUSTER} # cluster: local |
