23 lines
914 B
Plaintext
23 lines
914 B
Plaintext
#ifdef CNT
|
|
|
|
/* CNT_IND.SRC
|
|
**
|
|
** Revisie:
|
|
**
|
|
** 30-01-01 BIV Index cnt_i_cnt_contract_plaats1 toegevoegd.
|
|
** 04-01-01 EGR Creation.
|
|
*/
|
|
|
|
create index cnt_i_cnt_contract1 on cnt_contract(cnt_contract_nummer,cnt_contract_looptijd_van,cnt_contract_looptijd_tot);
|
|
create index cnt_i_cnt_contract2 on cnt_contract(cnt_prs_bedrijf_key);
|
|
create index cnt_i_cnt_contract3 on cnt_contract(cnt_prs_afdeling_key);
|
|
create index cnt_i_cnt_contract4 on cnt_contract(cnt_srtcontract_key);
|
|
create index cnt_i_cnt_contract5 on cnt_contract(cnt_contract_nummer_intern);
|
|
create index cnt_i_cnt_contract6 on cnt_contract (prs_contactpersoon_key);
|
|
create index cnt_i_cnt_contract7 on cnt_contract (prs_perslid_key_eig);
|
|
create index cnt_i_cnt_contract8 on cnt_contract (prs_perslid_key_beh);
|
|
|
|
create index cnt_i_cnt_contract_plaats1 on cnt_contract_plaats(cnt_alg_plaats_key, cnt_alg_plaats_code);
|
|
|
|
#endif // CNT
|