-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #645 from navikt/klage-journalpostid-index
Fjern unique constraint på journalpost i Klage-tabellen
- Loading branch information
Showing
3 changed files
with
2 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
database/src/main/resources/db/migration/V121__drop_klage_index_journalpostid.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,2 @@ | ||
alter table klage drop constraint unique_journalpostid; | ||
drop index if exists unique_journalpostid; |
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