Skip to content

Commit

Permalink
Merge pull request #204 from creative-commoners/pulls/5/orm-performan…
Browse files Browse the repository at this point in the history
…ce-pt2

DOC Add additional context about excluding models from db checks
  • Loading branch information
michalkleiner authored Apr 4, 2023
2 parents cb7f375 + fda0ccb commit 531c2cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/02_Developer_Guides/08_Performance/06_ORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ SilverStripe\ORM\Connect\DBSchemaManager:
- App\Model\ModelWithManyRecords
```
[info]
Note: The entire inheritance chain (both ancestors and descendents) of models in that configuration array will be excluded from the check and repair step.
[/info]
You can also disable these checks entirely:
```yml
Expand Down

0 comments on commit 531c2cb

Please sign in to comment.