New version received from RLT 13-5-03.

svn path=/Database/trunk/; revision=8242
This commit is contained in:
Bert in het Veld
2003-05-14 09:08:54 +00:00
parent fe597828bc
commit 8ae6f3aa3d
5 changed files with 642 additions and 354 deletions

View File

@@ -2,6 +2,7 @@
/* REVISIONS:
*
* 13-05-2003 RL indexes bes_bes_bestelopdrstate1 and bes_bes_bestellingstate1 are obsolete and removed
* 03-11-20000 PF CREATION (concept).
*/
@@ -9,8 +10,10 @@ create index bes_i_bes_bestelling_item2 on bes_bestelling_item(bes_bestelling_it
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);