Skip to content

Commit

Permalink
fix voor create index in Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Nov 12, 2024
1 parent 6f90819 commit 497af1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datamodel/brk/brk2.0_oracle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -421,5 +421,5 @@ CREATE INDEX perceel_archief_plaatscoordinaten ON perceel_archief (plaatscoordin

CREATE INDEX recht_aantekeningkadastraalobject ON recht (aantekeningkadastraalobject);
CREATE INDEX recht_rustop ON recht (rustop);
CREATE INDEX onroerendezaakfiliatie_betreft_idx ON brk.onroerendezaakfiliatie USING btree (betreft);
CREATE INDEX onroerendezaakfiliatie_onroerendezaak_idx ON brk.onroerendezaakfiliatie USING btree (onroerendezaak);
CREATE INDEX onroerendezaakfiliatie_betreft_idx ON onroerendezaakfiliatie (betreft);
CREATE INDEX onroerendezaakfiliatie_onroerendezaak_idx ON onroerendezaakfiliatie (onroerendezaak);

0 comments on commit 497af1c

Please sign in to comment.