Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Feb 18, 2024
1 parent da36078 commit 7ed7d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import lombok.ToString;
import lombok.experimental.Accessors;

@Table("user_review")
@Table(name = "user_review")
@Entity
@Getter
@Setter
Expand Down

0 comments on commit 7ed7d7f

Please sign in to comment.