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 #269 from echo-webkom/fix/spotrange-slug
Browse files Browse the repository at this point in the history
🐛 Added missing column in insert
  • Loading branch information
bakseter authored Mar 3, 2022
2 parents 20ec974 + 4ee9817 commit 70c05e6
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 70c05e6

Please sign in to comment.