15 lines
260 B
Plaintext
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
|