Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Mar 4, 2019
1 parent 3b4c757 commit 6a54fe6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ 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)
- [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)
- [Order by multiple fields #62](https://github.com/prisma/prisma/issues/62)
- [] [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)
- [] [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)
- [] [Order by multiple fields #62](https://github.com/prisma/prisma/issues/62)

#### Bug fixes

- [Updating Scalar List Values of a Node does not trigger a change of the updatedAt value of a Node #2053](https://github.com/prisma/prisma/issues/2053)
- [Unstable tie breaking for cursor based pagination #3258](https://github.com/prisma/prisma/issues/3258)
- [Export import fails #3183](https://github.com/prisma/prisma/issues/3183)
- [Introspect postgres: "Could not connect to database. Prisma Config doesn't have any database connection" #3136](https://github.com/prisma/prisma/issues/3136)
- [x] [Updating Scalar List Values of a Node does not trigger a change of the updatedAt value of a Node #2053](https://github.com/prisma/prisma/issues/2053)
- [x] [Unstable tie breaking for cursor based pagination #3258](https://github.com/prisma/prisma/issues/3258)
- [] [Export import fails #3183](https://github.com/prisma/prisma/issues/3183)
- [] [Introspect postgres: "Could not connect to database. Prisma Config doesn't have any database connection" #3136](https://github.com/prisma/prisma/issues/3136)

### Specification phase

Expand Down

0 comments on commit 6a54fe6

Please sign in to comment.