-
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.
Legger til indeks for henholdsvis opplysninger_id og opplysing_id i o…
…pplysninger_opplysning tabellen. Lager transaksjon per kandidat vi sletter. Co-authored-by: Richard André Martinsen <[email protected]>
- Loading branch information
1 parent
2a08d4d
commit 3f8ba2a
Showing
4 changed files
with
15 additions
and
13 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
2 changes: 2 additions & 0 deletions
2
mediator/src/main/resources/db/migration/V36__INDEKS_OPPLYSNINGER_OPPLYSNING_ID.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 @@ | ||
CREATE INDEX idx_opplysninger_opplysning_id ON opplysninger_opplysning (opplysning_id); | ||
CREATE INDEX idx_opplysninger_opplysninger_id ON opplysninger_opplysning (opplysninger_id); |
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