FCLT#80290 Outlook-koppeling deadlocks index definitief

svn path=/Database/trunk/; revision=62013
This commit is contained in:
Jos Groot Lipman
2023-10-03 09:50:41 +00:00
parent 88e9752dfd
commit 0ce1c3516b
2 changed files with 15 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
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

View File

@@ -310,7 +310,19 @@ DELETE FROM fac_menuitems
WHERE fac_functie_code = 'WEB_PRDMSU');
DELETE FROM fac_functie WHERE fac_functie_code = 'WEB_PRDMSU';
/////////////////////////////////////////////////////////////////////////////////////////// PROR#79462
BEGIN
adm.trydrop ('index jgl');
END;
/
CREATE INDEX exc_i_exc_import2
ON exc_import (APPT_ID || '|' || RECUR_ID, SEQ_NR, FAC_IMPORT_KEY);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
REGISTERONCE('$Id$')
#include "epilogue.inc"