Skip to content

Commit

Permalink
[fix] : 잘못 변경된 필드명 원복
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Nov 16, 2024
1 parent 24ea62e commit cc90a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ChatInquiry extends TimeBaseEntity {
@Column(name = "status", nullable = false)
private InquiryStatus status;

@Column(name = "inquiryMessage", nullable = false)
@Column(name = "message", nullable = false)
private String message;

private ChatInquiry(QuestionPost questionPost, Member inquirer, Member answerer, String message) {
Expand Down

0 comments on commit cc90a7e

Please sign in to comment.