Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
🐛 Added missing column in insert
Browse files Browse the repository at this point in the history
Burde funke nå
  • Loading branch information
bakseter committed Mar 3, 2022
1 parent 20ec974 commit 4ee9817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/no/uib/echo/schema/Happening.kt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ suspend fun insertOrUpdateHappening(
it[spots] = range.spots
it[minDegreeYear] = range.minDegreeYear
it[maxDegreeYear] = range.maxDegreeYear
it[happeningSlug] = newHappening.slug
}
}
}
Expand Down

0 comments on commit 4ee9817

Please sign in to comment.