Skip to content

Commit

Permalink
실수 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
pollra committed Sep 24, 2023
1 parent 2885970 commit 8e69118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Entity
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor(access = AccessLevel.PROTECTED)
@Table(name = "SHOWS")
@Table(name = "SHOW")
@Getter(AccessLevel.PROTECTED)
@Builder(access = AccessLevel.PROTECTED)
public class Show extends BaseEntity {
Expand Down

0 comments on commit 8e69118

Please sign in to comment.