1
0
mirror of synced 2025-01-18 22:41:43 +03:00

[2.0][DDC-206] Fixed wrong enumeration value. Changed XSD location to point to the document on the website.

This commit is contained in:
romanb 2009-12-16 13:47:59 +00:00
parent fe7ef4bbeb
commit a4d41d09ef

View File

@ -3,7 +3,7 @@
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
/Users/robo/dev/php/Doctrine/doctrine-mapping.xsd">
http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<entity name="Doctrine\Tests\ORM\Mapping\User" table="cms_users">
@ -13,7 +13,7 @@
</lifecycle-callbacks>
<id name="id" type="integer" column="id">
<generator strategy="auto"/>
<generator strategy="AUTO"/>
</id>
<field name="name" column="name" type="string" length="50"/>