14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
#ifdef CAD // 22-05-1998 KTH
|
|
|
|
/* $Revision: 9 $
|
|
* $Modtime: 5-10-09 14:44 $
|
|
*/
|
|
|
|
CREATE INDEX cad_i_cad_tekening1 ON cad_tekening(ins_discipline_key);
|
|
CREATE INDEX cad_i_cad_tekening2 ON cad_tekening(alg_locatie_key);
|
|
CREATE INDEX cad_i_cad_tekening3 ON cad_tekening(alg_verdieping_key);
|
|
CREATE INDEX cad_i_cad_contour1 ON cad_imp_contour(cad_tekening_key);
|
|
CREATE UNIQUE INDEX cad_i_cad_legendaw1 ON cad_legendawaarde (cad_legenda_key, cad_legendawaarde_value);
|
|
|
|
#endif // CAD
|