1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merge pull request #1064 from stefanotorresi/update-xsd

remove on-update from join-column
This commit is contained in:
Marco Pivetta 2014-06-19 14:33:58 +02:00
commit 85c02e57b1

View File

@ -429,7 +429,6 @@
<xs:attribute name="unique" type="xs:boolean" default="false" />
<xs:attribute name="nullable" type="xs:boolean" default="true" />
<xs:attribute name="on-delete" type="orm:fk-action" />
<xs:attribute name="on-update" type="orm:fk-action" />
<xs:attribute name="column-definition" type="xs:string" />
<xs:anyAttribute namespace="##other"/>
</xs:complexType>