Files
Database/EXC/EXC_IND.SRC
Jos Groot Lipman 0ce1c3516b FCLT#80290 Outlook-koppeling deadlocks index definitief
svn path=/Database/trunk/; revision=62013
2023-10-03 09:50:41 +00:00

15 lines
260 B
Plaintext

#ifdef EXC
/*
* $Revision$
* $Id$
*/
CREATE INDEX exc_i_exc_import1 ON exc_import(fac_import_key);
CREATE INDEX exc_i_exc_import2
ON exc_import (APPT_ID || '|' || RECUR_ID, SEQ_NR, FAC_IMPORT_KEY);
REGISTERONCE('$Id$')
#endif // EXC