syntax fix

svn path=/Database/trunk/; revision=7908
This commit is contained in:
Peter Feij
2002-02-04 13:20:40 +00:00
parent 613bd590f1
commit b65852697c

View File

@@ -9,8 +9,8 @@ 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 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);