From 251aac617b9bd43df70c8bca3b69dadb97e5205e Mon Sep 17 00:00:00 2001 From: Nikolas Date: Tue, 19 Mar 2019 11:28:44 +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 544f0dd5ca..94bb59aeb1 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) -- [ ] [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) +- [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) - [ ] [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)