Skip to content

Commit ff2a630

Browse files
committed
refactor: 이미지 업로드 방식 변경에 대한 post 도메인 수정
1 parent 92d4319 commit ff2a630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/back/domain/post/post/entity/PostImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class PostImage {
5252
private PostImageStatus status = PostImageStatus.POSTED;
5353

5454
// 이미지 순서
55-
@Column(name = "sortOrder")
55+
@Column(name = "sort_order")
5656
private Integer sortOrder;
5757

5858
public void updatePost(Post post) {

0 commit comments

Comments
 (0)