Changes received 2002-02-04 from RLT

svn path=/Database/trunk/; revision=7902
This commit is contained in:
Peter Feij
2002-02-04 11:28:22 +00:00
parent 8f7cd6e9bb
commit 5be1f57030
6 changed files with 975 additions and 9 deletions

View File

@@ -5,12 +5,19 @@
* 03-11-20000 PF CREATION (concept).
*/
create index bes_i_bes_bestelling_item2 on bes_bestelling_item(bes_bestelopdr_status);
create index bes_i_bes_bestelling_item2 on bes_bestelling_item(bes_bestelling_item_status);
create index bes_i_bes_bestelling2 on bes_bestelling(bes_bestelling_status);
create index bes_i_bes_bestelopdr2 on bes_bestelopdr(bes_bestelopdr_status);
create index bes_bes_bestelopdrstate1 on bes_bestelopdrstate(bes_bestelopdrstate,bes_bestelopdr_key);
create index bes_bes_bestellingstate1 on bes_bestellingstate(bes_bestellingstate,bes_bestelling_key);
create index bes_bes_bestelopdrstate1 on bes_bestelopdrstate(bes_bestelopdrstate,bes_bestelopdr_key)
create index bes_bes_bestellingstate1 on bes_bestellingstate(bes_bestellingstate,bes_bestelling_key)
create index ins_i_ins_srtdeel_prs_bdr_key on INS_SRTDEEL (PRS_BEDRIJF_KEY);
create index bes_i_bes_besopdr_it_i_sd_key on BES_BESTELOPDR_ITEM (INS_SRTDEEL_KEY);
create index bes_i_bes_besopdr_it_b_bo_key on BES_BESTELOPDR_ITEM (BES_BESTELOPDR_KEY);
create index prs_i_prs_afdeling_p_bdr_key on PRS_AFDELING (PRS_BEDRIJF_KEY);
create index bes_i_bes_bestelopdr_p_prs_key on BES_BESTELOPDR (PRS_PERSLID_KEY);
create index bes_i_bes_bestelopdr_p_bdr_key on BES_BESTELOPDR (PRS_BEDRIJF_KEY);
#endif // BES