Skip to content

Commit

Permalink
fix: originUrl 컬럼명 수정
Browse files Browse the repository at this point in the history
- originUrl -> origin_url
  • Loading branch information
seokjin8678 committed Dec 13, 2023
1 parent e7785cd commit de08bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/kr/galaxyhub/sc/news/domain/News.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class News(
var originId: Long = originId
protected set

@Column(name = "originUrl", nullable = false)
@Column(name = "origin_url", nullable = false)
var originUrl: String = originUrl
protected set

Expand Down

0 comments on commit de08bc4

Please sign in to comment.