Skip to content

Commit 6414ad4

Browse files
Merge pull request #9210 from alexander-schranz/patch-2
Fix making columns optional in indexes xml schema as they can be defined via fields now
1 parent 7b24275 commit 6414ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine-mapping.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
354354
</xs:choice>
355355
<xs:attribute name="name" type="xs:NMTOKEN" use="optional"/>
356-
<xs:attribute name="columns" type="xs:string" use="required"/>
356+
<xs:attribute name="columns" type="xs:string" use="optional"/>
357357
<xs:attribute name="fields" type="xs:string" use="optional"/>
358358
<xs:attribute name="flags" type="xs:string" use="optional"/>
359359
<xs:anyAttribute namespace="##other"/>

0 commit comments

Comments
 (0)