14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
#ifdef FAC // 13-03-96 AH
|
|
|
|
/* $Revision: 7 $
|
|
* $Modtime: 31-10-05 13:16 $
|
|
*/
|
|
|
|
CREATE UNIQUE INDEX fac_i_fac_gebruikersgroep1 ON fac_gebruikersgroep(prs_perslid_key, fac_groep_key);
|
|
|
|
CREATE INDEX fac_i_fac_selectie1 ON fac_selectie(fac_selectie_node,fac_selectie_tabel);
|
|
|
|
CREATE UNIQUE INDEX fac_i_fac_profielwaarde1 ON fac_profielwaarde (fac_profiel_key, ins_discipline_key);
|
|
|
|
#endif // FAC
|