Skip to content

Commit

Permalink
Fixed a problem with the unique constraint's name.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jan 4, 2024
1 parent d3f4739 commit c114fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/metaschema/metaschema-module-metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
<assembly ref="targeted-expect-constraint"/>
<assembly ref="targeted-index-has-key-constraint"/>
<assembly ref="targeted-matches-constraint"/>
<define-assembly name="unique">
<define-assembly name="is-unique">
<formal-name>Targeted Unique Constraint</formal-name>
<flag ref="constraint-identifier"/>
<flag ref="constraint-severity-level"/>
Expand Down

0 comments on commit c114fc1

Please sign in to comment.