Skip to content

Commit

Permalink
🔧 chore(Hibernate mapping): Update Tip parameters generator mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjitm committed Jan 16, 2024
1 parent bcc3ca8 commit 6c327d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlo-data/src/main/resources/xmls/TipParameters.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
optimistic-lock="none">
<id name="id" type="java.lang.Long">
<column name="id" />
<generator class="assigned" />
<generator class="identity" />
</id>
<property name="tipTokenService" type="string">
<column name="tip_token_service"/>
Expand Down

0 comments on commit 6c327d4

Please sign in to comment.