summaryrefslogtreecommitdiffstats
path: root/backend/database
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-02-08 10:41:16 -0500
committerWes Bos <wesbos@gmail.com>2018-02-08 10:41:16 -0500
commit19c9683e2126c68cb9d231293162c756d69c51fb (patch)
tree4679ca2dee47740aa0bf6fe623513c4242e027e6 /backend/database
parenteabff7cd396d1f37ceb929e666f082ce57f07919 (diff)
WIP
Diffstat (limited to 'backend/database')
-rw-r--r--backend/database/datamodel.graphql2
-rw-r--r--backend/database/prisma.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/database/datamodel.graphql b/backend/database/datamodel.graphql
index c383b23..40dd30c 100644
--- a/backend/database/datamodel.graphql
+++ b/backend/database/datamodel.graphql
@@ -16,7 +16,7 @@ type User {
posts: [Post!]!
website: String
age: Int
- dummy: String
+ resetToken: String
}
type Item {
diff --git a/backend/database/prisma.yml b/backend/database/prisma.yml
index ce652ef..70e10f4 100644
--- a/backend/database/prisma.yml
+++ b/backend/database/prisma.yml
@@ -1,5 +1,5 @@
# the name for the service (will be part of the service's HTTP endpoint)
-service: sick-fits
+service: sick-fitz
# the cluster and stage the service is deployed to
stage: ${env:PRISMA_STAGE}