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

Commit

Permalink
Merge pull request #270 from echo-webkom/develop
Browse files Browse the repository at this point in the history
Release 6.4.1
  • Loading branch information
boaanes authored Mar 3, 2022
2 parents 4ad994a + 70c05e6 commit 03febf4
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 03febf4

Please sign in to comment.