-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🗃️ Index på fødselsnummer i json i hendelse
Forberedende for å fjerne kolonna fodselsnummer, så vi kan frikoble command fra hendelse. Co-authored-by: Christian Skovborg Gule <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 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
1 change: 1 addition & 0 deletions
1
...les/src/main/resources/db/migration/V549__index_for_fødselsnummer_fra_json_i_hendelse.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 @@ | ||
create index hendelse_fødselsnummer_idx on hendelse ((data->>'fødselsnummer')); |