Skip to content

Commit

Permalink
[BE] 무중단 배포를 위한 테이블 네이밍 임시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
woosung1223 authored Oct 18, 2023
1 parent afc6c51 commit 82ac46b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import jakarta.persistence.Id;
import jakarta.persistence.JoinColumn;
import jakarta.persistence.OneToOne;
import jakarta.persistence.Table;
import jakarta.persistence.Transient;
import lombok.AccessLevel;
import lombok.Getter;
Expand All @@ -18,6 +19,7 @@
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Entity
@Table(name = "participant_code_v2")
public class ParticipantCode extends BaseTimeEntity {

@Id
Expand Down

0 comments on commit 82ac46b

Please sign in to comment.