-
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.
- Loading branch information
Showing
11 changed files
with
84 additions
and
74 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
src/main/kotlin/no/nav/bidrag/behandling/database/datamodell/Behandlingstype.kt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/main/kotlin/no/nav/bidrag/behandling/database/datamodell/BoStatusType.kt
This file was deleted.
Oops, something went wrong.
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
9 changes: 0 additions & 9 deletions
9
src/main/kotlin/no/nav/bidrag/behandling/database/datamodell/OpplysningerType.kt
This file was deleted.
Oops, something went wrong.
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
10 changes: 0 additions & 10 deletions
10
src/main/kotlin/no/nav/bidrag/behandling/database/datamodell/SivilstandType.kt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/main/kotlin/no/nav/bidrag/behandling/database/datamodell/SoknadType.kt
This file was deleted.
Oops, something went wrong.
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
11 changes: 11 additions & 0 deletions
11
src/main/resources/db/migration/V1.0.32__alter_table_sivilstand_add_column_kilde.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,11 @@ | ||
-- Table: SIVILSTAND | ||
|
||
/* | ||
ALTER TABLE SIVILSTAND | ||
DROP COLUMN KILDE; | ||
DELETE FROM FLYWAY_SCHEMA_HISTORY WHERE VERSION = '1.0.32'; | ||
*/ | ||
|
||
ALTER TABLE SIVILSTAND | ||
ADD COLUMN KILDE VARCHAR(25); |