git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
6 lines
396 B
SQL
6 lines
396 B
SQL
select @id:=ifnull(max(id),0)+1 from scheduler_tasks;
|
|
INSERT INTO `scheduler_tasks` VALUES (@id,'Document Processor','search2/bin/cronDocumentProcessor.php','',0,'1min','2007-10-01',NULL,0,'system');
|
|
|
|
DELETE FROM scheduler_tasks WHERE task = 'Indexing';
|
|
DELETE FROM scheduler_tasks WHERE task = 'Refresh Index Statistics';
|
|
DELETE FROM scheduler_tasks WHERE task = 'Refresh Resource Dependancies'; |