Skip to content

Commit

Permalink
Merge pull request #221 from perlun/patch-1
Browse files Browse the repository at this point in the history
README.md: Change !important to info sign
  • Loading branch information
broerse authored Jun 26, 2018
2 parents bbc90b8 + 8991aac commit fa95a63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ This new mode can be disabled for a `hasMany` relationship by specifying the opt

Using this mode does impose a slight runtime overhead, since this will use `db.find` and database indexes to search for the child ids. The indexes are created automatically for you. But large changes to the model might require you to clean up old, unused indexes.

!Important
This mode is the default from version 5 onwards. Before that it was called `dontsave` and `dontsavehasmany`
ℹ️ This mode is the default from version 5 onwards. Before that it was called `dontsave` and `dontsavehasmany`

### Saving child ids

Expand Down

0 comments on commit fa95a63

Please sign in to comment.