-
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.
🚀 Fjerne translation tabell (#73)
* Fjerne translation tabell * Drop translation table * Fix test * Use idmapping client in tests instead of dao * Fjern bruk av deltaker-mapping-tabell * Fix arenaid in test * Foreløpig ignorerete tiltak skal gi ut mapping * Set oppfølgingsperiode avsluttet når det byttes periode på aktivitet * rename flyway script * Split flyway script * Remove unused imports * Slett 3 script som ikke skal med i denne mergen --------- Co-authored-by: sigurdgroneng <[email protected]>
- Loading branch information
1 parent
6a90987
commit 4262532
Showing
23 changed files
with
233 additions
and
340 deletions.
There are no files selected for viewing
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
7 changes: 4 additions & 3 deletions
7
...main/kotlin/no/nav/arena_tiltak_aktivitet_acl/domain/kafka/aktivitet/AktivitetKategori.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
package no.nav.arena_tiltak_aktivitet_acl.domain.kafka.aktivitet | ||
|
||
enum class AktivitetKategori { | ||
TILTAKSAKTIVITET, UTDANNINGSAKTIVITET, GRUPPEAKTIVITET | ||
|
||
enum class AktivitetKategori(val prefix: String) { | ||
TILTAKSAKTIVITET("ARENATA"), | ||
UTDANNINGSAKTIVITET("ARENAUA"), | ||
GRUPPEAKTIVITET("ARENAGA") | ||
} |
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
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
78 changes: 0 additions & 78 deletions
78
...in/no/nav/arena_tiltak_aktivitet_acl/repositories/ArenaIdTilAktivitetskortIdRepository.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.