Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit d288599

Browse files
committed
Improved wording in REAME.
1 parent cb74cd9 commit d288599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ internal sealed class TransactionRepository : ITransactionRepository
159159
}
160160
```
161161

162-
These repositories will store their respective entities in a single shared collection, using the entity type names to namespace the IDs and discriminate between each type. Therefore, these names should be considered immutable once entities have been persisted.
162+
These repositories will store their respective entities in a single shared collection, using the entity type names to namespace the IDs and discriminate between each type. Therefore, these names should be considered part of the document schema, and would therefore require a data migration if they were changed as part of a domain refactoring.

0 commit comments

Comments
 (0)