Skip to content

Commit 17e5e74

Browse files
committed
Merge pull request #268 from symfony-cmf/add_schemes_persistance
also persist the schemes property
2 parents fd62b77 + 6f42a88 commit 17e5e74

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Resources/config/doctrine-base/Symfony.Component.Routing.Route.orm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
<mapped-superclass name="Symfony\Component\Routing\Route">
66
<field name="host" type="string"/>
7+
<field name="schemes" type="array"/>
8+
<field name="methods" type="array"/>
79
<field name="defaults" type="array"/>
810
<field name="requirements" type="array"/>
911
<field name="options" type="array"/>

Resources/config/doctrine-base/Symfony.Component.Routing.Route.phpcr.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
<mapped-superclass name="Symfony\Component\Routing\Route">
1010
<field name="host" type="string"/>
11+
<field name="schemes" type="string" multivalue="true"/>
12+
<field name="methods" type="string" multivalue="true"/>
1113
<field name="defaults" type="string" assoc=""/>
1214
<field name="requirements" type="string" assoc=""/>
1315
<field name="options" type="string" assoc=""/>

0 commit comments

Comments
 (0)