Skip to content

Commit

Permalink
Fiks feil i sql
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Dufourd <thomas.dufourd@nav.no>
  • Loading branch information
klechr and thomasdufourd committed Aug 21, 2023
1 parent 13139cb commit e72e861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class VirksomhetRepository(val dataSource: DataSource) {
:naeringskode2,
:naeringskode3
)
ON CONFLICT DO (virksomhet) UPDATE SET
ON CONFLICT (virksomhet) DO UPDATE SET
naeringskode1 = :naeringskode1,
naeringskode2 = :naeringskode2,
naeringskode3 = :naeringskode3,
Expand Down

0 comments on commit e72e861

Please sign in to comment.