Skip to content

Commit

Permalink
Merge pull request #4731 from navikt/bugfix/amoKategorisering
Browse files Browse the repository at this point in the history
Fix missing db update column line
  • Loading branch information
fredrikpe authored Dec 4, 2024
2 parents 3b891ed + fc5f8ec commit 3905920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ object AmoKategoriseringRepository {
:innhold_elementer
) on conflict (${foreignName}_id) do update set
kurstype = excluded.kurstype,
bransje = excluded.bransje,
norskprove = excluded.norskprove,
forerkort = excluded.forerkort,
innhold_elementer = excluded.innhold_elementer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ class AvtaleRepositoryTest : FunSpec({
}

val amoEndring = amoKategorisering.copy(
bransje = AmoKategorisering.BransjeOgYrkesrettet.Bransje.HELSE_PLEIE_OG_OMSORG,
sertifiseringer = listOf(
AmoKategorisering.BransjeOgYrkesrettet.Sertifisering(
konseptId = 2,
Expand Down

0 comments on commit 3905920

Please sign in to comment.