-
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.
Beregn feilutbetaling og lagre inntekt for 4 måneder tilbake
- Loading branch information
1 parent
50ccdc6
commit 4331628
Showing
8 changed files
with
208 additions
and
96 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
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
6 changes: 6 additions & 0 deletions
6
src/main/resources/db/migration/V10__inntekt_fire_mnd_tilbake.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,6 @@ | ||
ALTER TABLE inntektsendringer ADD COLUMN inntekt_endret_fire_maaneder_tilbake INT DEFAULT 0; | ||
ALTER TABLE inntektsendringer ADD COLUMN inntekt_endret_fire_maaneder_tilbake_belop INT DEFAULT 0; | ||
ALTER TABLE inntektsendringer ADD COLUMN feilutbetaling_fire_maaneder_tilbake INT DEFAULT 0; | ||
ALTER TABLE inntektsendringer ADD COLUMN feilutbetaling_tre_maaneder_tilbake INT DEFAULT 0; | ||
ALTER TABLE inntektsendringer ADD COLUMN feilutbetaling_to_maaneder_tilbake INT DEFAULT 0; | ||
ALTER TABLE inntektsendringer ADD COLUMN feilutbetaling_forrige_maaned INT DEFAULT 0; |
Oops, something went wrong.