17 lines
571 B
Plaintext
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
|