Skip to content

Commit

Permalink
fix: 테스트 데이터베이스(H2) 예약어 충돌 문제 해결 (#72) (KAN-129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 3, 2024
1 parent b68e158 commit e8e0d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Getter
@Entity
@NoArgsConstructor
@Table(name = "user")
@Table(name = "member")
public class UserEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit e8e0d6d

Please sign in to comment.