Files
Database/BES/BES_IND.SRC
Bert in het Veld 6de0743302 Index bes_i_bes_bestelling_item2 bevatte een niet bestaand veld.
svn path=/Database/trunk/; revision=7884
2001-11-09 12:22:26 +00:00

17 lines
571 B
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_bestelopdr_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);
#endif // BES