Skip to content

Commit

Permalink
Merge pull request #9210 from alexander-schranz/patch-2
Browse files Browse the repository at this point in the history
Fix making columns  optional in indexes xml schema as they can be defined via fields now
  • Loading branch information
alexander-schranz authored Dec 5, 2021
1 parent 7b24275 commit 6414ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:choice>
<xs:attribute name="name" type="xs:NMTOKEN" use="optional"/>
<xs:attribute name="columns" type="xs:string" use="required"/>
<xs:attribute name="columns" type="xs:string" use="optional"/>
<xs:attribute name="fields" type="xs:string" use="optional"/>
<xs:attribute name="flags" type="xs:string" use="optional"/>
<xs:anyAttribute namespace="##other"/>
Expand Down

0 comments on commit 6414ad4

Please sign in to comment.