1
0
mirror of synced 2024-12-05 03:06:05 +03:00

remove on-update from join-column

This commit is contained in:
Stefano Torresi 2014-06-19 14:27:56 +02:00
parent f7c5a0684a
commit 391847d627

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>