Skip to content

Commit

Permalink
[SCRUM-120] fix: user 테이블 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsh44 committed Jun 27, 2024
1 parent 2a25d59 commit 42e7257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Getter
@EqualsAndHashCode(of = "id", callSuper = false)
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Table(name = "user")
@Table(name = "users")
@Entity
public class User extends BaseEntity {

Expand Down

0 comments on commit 42e7257

Please sign in to comment.