-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sletter ubrukte listeners. Topics beholdes da det ene brukes av barnetrygd og det andre brukes av vedtakhendelser-repoet. * Renamer repository klasse til inntektsendringer nå som alt med vedtak er fjernet derfra * Sletter tilhørende tabell som ikke blir brukt til noe etter at listener er fjernet
- Loading branch information
1 parent
4a9535b
commit 14be991
Showing
12 changed files
with
12 additions
and
406 deletions.
There are no files selected for viewing
65 changes: 2 additions & 63 deletions
65
...else/inntekt/vedtak/EfVedtakRepository.kt → ...se/inntekt/InntektsendringerRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
src/main/kotlin/no/nav/familie/ef/personhendelse/inntekt/vedtak/EfVedtakListener.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
.../kotlin/no/nav/familie/ef/personhendelse/inntekt/vedtak/VedtakhendelseInntektberegning.kt
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
...n/kotlin/no/nav/familie/ef/personhendelse/inntekt/vedtak/ekstern/EksternVedtakListener.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...in/kotlin/no/nav/familie/ef/personhendelse/inntekt/vedtak/ekstern/EksternVedtakService.kt
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/main/resources/db/migration/V14__slett_efvedtakhendelse_tabell.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DROP TABLE efvedtakhendelse; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
src/test/kotlin/no/nav/familie/ef/personhendelse/inntekt/vedtak/EfVedtakListenerTest.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.