Skip to content

Commit

Permalink
[NOTASK]
Browse files Browse the repository at this point in the history
escape table name
  • Loading branch information
jj committed Dec 3, 2019
1 parent 6080932 commit 111d719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Setter
@EqualsAndHashCode(callSuper = true, exclude = "roles")
@ToString(exclude = "roles")
@Table(name = "USERS")
@Table(name = "\"USER\"")
public class User extends AbstractAuditable {

@Column(nullable = false, unique = true)
Expand Down

0 comments on commit 111d719

Please sign in to comment.