Skip to content

Commit

Permalink
DOC Add additional context about excluding models from db checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Apr 3, 2023
1 parent cb7f375 commit fda0ccb
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
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 fda0ccb

Please sign in to comment.