Skip to content

Commit

Permalink
Missed a few points.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Oct 10, 2024
1 parent 36a1d8b commit 74559bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ ALTER TABLE klage.mottak
DROP COLUMN saken_gjelder_skal_motta_kopi;

ALTER TABLE klage.mottak
DROP COLUMN klager_skal_motta_kopi;
DROP COLUMN klager_skal_motta_kopi;

ALTER TABLE klage.behandling
DROP COLUMN saken_gjelder_skal_motta_kopi;

ALTER TABLE klage.behandling
DROP COLUMN klager_skal_motta_kopi;

Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class KlagebehandlingRepositoryTest {
klager = Klager(partId = PartId(type = PartIdType.PERSON, value = "23452354")),
sakenGjelder = SakenGjelder(
partId = PartId(type = PartIdType.PERSON, value = "23452354"),
// skalMottaKopi = false
),
ytelse = Ytelse.OMS_OMP,
type = Type.KLAGE,
Expand Down

0 comments on commit 74559bb

Please sign in to comment.