Skip to content

Commit

Permalink
HotFix: Music 엔티티 속성명 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 23, 2024
1 parent 619d6e5 commit 8090d96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Music {
@Column(name = "music_name", nullable = false)
private String musicName;

@Column(name = "music_audo_url")
@Column(name = "music_audio_url")
private String musicAudioUrl;

@Column(name = "music_singer", nullable = false)
Expand Down

0 comments on commit 8090d96

Please sign in to comment.