24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
#ifdef BES // 03-11-2000 PF
|
|
|
|
/* REVISIONS:
|
|
*
|
|
* 03-11-20000 PF CREATION (concept).
|
|
*/
|
|
|
|
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 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
|