Skip to content

Commit

Permalink
Merge branch '1.3.x'
Browse files Browse the repository at this point in the history
* 1.3.x:
  Fix ReplaceRoot aggregation stage tests
  Fix `order` syntax for YAML index examples
  relax naming rule for index key name
  Remove | separators
  Remove | separators
  • Loading branch information
alcaeus committed Jul 12, 2019
2 parents c0f1d08 + e4ef324 commit 6ded070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctrine-mongo-mapping.xsd
Expand Up @@ -362,7 +362,7 @@
</xs:complexType>

<xs:complexType name="index-key">
<xs:attribute name="name" type="xs:NMTOKEN" use="required" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="order" type="xs:NMTOKEN" default="asc" />
</xs:complexType>

Expand Down

0 comments on commit 6ded070

Please sign in to comment.