From f5c6dc84b5c166ce6d8a26065e263c586f4d529b Mon Sep 17 00:00:00 2001 From: Nikolas Date: Tue, 19 Mar 2019 16:21:18 +0100 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 94bb59aeb1..544f0dd5ca 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -13,8 +13,8 @@ The following lists represent a number of smaller-scope issues and improvements #### Improvements - [ ] [Nested upsert in create mutations (correct: nested connectOrCreate) #2194](https://github.com/prisma/prisma/issues/2194) -- [x] [Use sensible migration values for existing nodes when adding required fields #2323](https://github.com/prisma/prisma/issues/2323) -- [x] [Allow for custom IDs to be submitted in a create-mutation #3839](https://github.com/prisma/prisma/issues/3839) +- [ ] [Use sensible migration values for existing nodes when adding required fields #2323](https://github.com/prisma/prisma/issues/2323) +- [ ] [Allow for custom IDs to be submitted in a create-mutation #3839](https://github.com/prisma/prisma/issues/3839) - [ ] [Support cascading delete with deleteMany #1936](https://github.com/prisma/prisma/issues/1936) - [ ] [[Mongo] improve relational link design to enhance performance #3754](https://github.com/prisma/prisma/issues/3754) - [ ] [Add inner connection fields #1780](https://github.com/prisma/prisma/issues/1780)