unique index added
svn path=/Database/trunk/; revision=9041
This commit is contained in:
@@ -26,5 +26,5 @@ create index bes_i_bes_impcatalogus1 on bes_impcatalogus(INS_DISCIPLINE_KEY);
|
||||
create index bes_i_bes_impcatalogus2 on bes_impcatalogus(bes_impcatalogus_ID);
|
||||
create index bes_i_bes_impcatalogus3 on bes_impcatalogus(INS_SRTDEEL_NR);
|
||||
|
||||
|
||||
CREATE UNIQUE INDEX bes_i_bes_disc_params1 ON bes_disc_params(bes_ins_discipline_key);
|
||||
#endif // BES
|
||||
|
||||
@@ -32,4 +32,5 @@ CREATE INDEX ins_i_ins_deelkoppeling1 ON ins_deelkoppeling(ins_deelkoppeling_van
|
||||
CREATE INDEX ins_i_ins_deelkoppeling2 ON ins_deelkoppeling(ins_deelkoppeling_naar_key);
|
||||
CREATE INDEX ins_i_ins_deelkoppeling3 ON ins_deelkoppeling (ins_deelkoppeling_naar_key, ins_deelkoppeling_van_key);
|
||||
|
||||
CREATE UNIQUE INDEX ins_i_ins_disc_params1 ON ins_disc_params(ins_discipline_key);
|
||||
#endif // INS
|
||||
|
||||
@@ -34,6 +34,6 @@ create index res_i_res_rsv_ruimte3 on res_rsv_ruimte(res_reservering_key);
|
||||
create index res_i_res_rsv_ruimte4 on res_rsv_ruimte(res_ruimte_opstel_key);
|
||||
create index res_i_res_rsv_ruimte5 on res_rsv_ruimte(res_activiteit_key);
|
||||
|
||||
|
||||
CREATE UNIQUE INDEX res_i_res_disc_params1 ON res_disc_params(res_ins_discipline_key);
|
||||
|
||||
#endif // RES
|
||||
|
||||
Reference in New Issue
Block a user