Commit a06fede 1 parent 914b236 commit a06fede Copy full SHA for a06fede
File tree 4 files changed +4
-4
lines changed
src/Resources/config/doctrine
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <doctrine-mapping xmlns =" https ://doctrine-project.org/schemas/orm/doctrine-mapping" xsi =" https ://www.w3.org/2001/XMLSchema-instance" schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
2
+ <doctrine-mapping xmlns =" http ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<mapped-superclass name =" Sonata\PageBundle\Entity\BaseBlock" >
4
4
<field name =" name" type =" string" column =" name" length =" 255" nullable =" true" />
5
5
<field name =" type" type =" string" column =" type" length =" 255" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <doctrine-mapping xmlns =" https ://doctrine-project.org/schemas/orm/doctrine-mapping" xsi =" https ://www.w3.org/2001/XMLSchema-instance" schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
2
+ <doctrine-mapping xmlns =" http ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<mapped-superclass name =" Sonata\PageBundle\Entity\BasePage" >
4
4
<field name =" routeName" type =" string" column =" route_name" length =" 255" />
5
5
<field name =" pageAlias" type =" string" column =" page_alias" nullable =" true" length =" 255" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <doctrine-mapping xmlns =" https ://doctrine-project.org/schemas/orm/doctrine-mapping" xsi =" https ://www.w3.org/2001/XMLSchema-instance" schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
2
+ <doctrine-mapping xmlns =" http ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<mapped-superclass name =" Sonata\PageBundle\Entity\BaseSite" >
4
4
<field name =" enabled" type =" boolean" column =" enabled" default =" false" />
5
5
<field name =" name" type =" string" column =" name" length =" 255" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <doctrine-mapping xmlns =" https ://doctrine-project.org/schemas/orm/doctrine-mapping" xsi =" https ://www.w3.org/2001/XMLSchema-instance" schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
2
+ <doctrine-mapping xmlns =" http ://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
3
3
<mapped-superclass name =" Sonata\PageBundle\Entity\BaseSnapshot" >
4
4
<field name =" routeName" type =" string" column =" route_name" length =" 255" />
5
5
<field name =" pageAlias" type =" string" column =" page_alias" nullable =" true" length =" 255" />
You can’t perform that action at this time.
0 commit comments