Skip to content

Commit

Permalink
remove on-update from join-column
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Torresi committed Jun 19, 2014
1 parent f7c5a06 commit 391847d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doctrine-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 391847d

Please sign in to comment.