Skip to content

Commit

Permalink
feat: Make test failing with unique constraints (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
fleboulch authored Mar 24, 2023
1 parent 325415f commit 76151df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/com/example/pojo/auction/User.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

<property name="password"
not-null="true"
unique-key="ux-password"
length="15"
column="password"/>

<property name="email"/>

<property name="email" unique-key="ux_email"/>
<component name="name">
<property name="firstName"
length="50"
Expand Down

0 comments on commit 76151df

Please sign in to comment.