Skip to content

Commit

Permalink
🗃️ Index på fødselsnummer i json i hendelse
Browse files Browse the repository at this point in the history
Forberedende for å fjerne kolonna fodselsnummer, så vi kan
frikoble command fra hendelse.

Co-authored-by: Christian Skovborg Gule <[email protected]>
  • Loading branch information
havstein and chsko committed Nov 12, 2024
1 parent c47bd92 commit 31fbcec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ spec:
envVarPrefix: DATABASE
users:
- name: bigquery_connection_user
flags:
- name: maintenance_work_mem
- value: "41943040"
env:
- name: KAFKA_RAPID_TOPIC
value: tbd.rapid.v1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create index hendelse_fødselsnummer_idx on hendelse ((data->>'fødselsnummer'));

0 comments on commit 31fbcec

Please sign in to comment.