Skip to content

Commit

Permalink
add id to workaround different gateway/ms types
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 19, 2023
1 parent 705d5f2 commit 4525d67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,15 @@ entity Tag {

@ChangelogDate(20210408164813)
entity Product {
@Id id UUID
title String required
price BigDecimal required min(0)
image ImageBlob
}

@ChangelogDate(20210408164814)
entity Notification {
@Id id UUID
title String required
}

Expand Down

0 comments on commit 4525d67

Please sign in to comment.