Skip to content

Commit

Permalink
Create indices on tables
Browse files Browse the repository at this point in the history
  • Loading branch information
torchr89 committed Oct 24, 2023
1 parent 8cc0b5b commit 8c7dbf2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CREATE INDEX aktivitetkrav_vurdering_index ON TABLE AKTIVITETSKRAV_VURDERING (
person_ident,
siste_vurdering_uuid
);

CREATE INDEX aktivitetkrav_varsel_index ON TABLE AKTIVITETSKRAV_VARSEL (
person_ident,
vurdering_uuid
);

0 comments on commit 8c7dbf2

Please sign in to comment.