Skip to content

Commit 15f31d0

Browse files
committed
fix: updatable=false true 변경
1 parent 99cd0c2 commit 15f31d0

File tree

1 file changed

+1
-1
lines changed
  • tuk-api/src/main/kotlin/nexters/tuk/domain/gathering

1 file changed

+1
-1
lines changed

tuk-api/src/main/kotlin/nexters/tuk/domain/gathering/Gathering.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Gathering private constructor(
2222

2323
lastPushedAt: LocalDateTime?,
2424
) : BaseEntity() {
25-
@Column(name = "last_pushed_at", nullable = true, updatable = false)
25+
@Column(name = "last_pushed_at", nullable = true)
2626
var lastPushedAt = lastPushedAt
2727
private set
2828

0 commit comments

Comments
 (0)