We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cd0c2 commit 15f31d0Copy full SHA for 15f31d0
tuk-api/src/main/kotlin/nexters/tuk/domain/gathering/Gathering.kt
@@ -22,7 +22,7 @@ class Gathering private constructor(
22
23
lastPushedAt: LocalDateTime?,
24
) : BaseEntity() {
25
- @Column(name = "last_pushed_at", nullable = true, updatable = false)
+ @Column(name = "last_pushed_at", nullable = true)
26
var lastPushedAt = lastPushedAt
27
private set
28
0 commit comments