DDC-546 - Add EXTRALAZY to doctrine-mapping.xsd enumeration of fetch-types.
This commit is contained in:
parent
75d59d8695
commit
f572be92e2
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
|||
<xs:restriction base="xs:token">
|
||||
<xs:enumeration value="EAGER"/>
|
||||
<xs:enumeration value="LAZY"/>
|
||||
<xs:enumeration value="EXTRALAZY"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue