git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
7 lines
480 B
SQL
7 lines
480 B
SQL
select @id:=max(id)+1 from scheduler_tasks;
|
|
INSERT INTO `scheduler_tasks` VALUES (@id,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01',NULL,0,'enabled');
|
|
|
|
select @id:=max(id)+1 from scheduler_tasks;
|
|
INSERT INTO `scheduler_tasks` VALUES (@id,'Check Latest Version','plugins/ktstandard/AdminVersionPlugin/bin/UpdateNewVersion.php','',0,'daily','2007-10-01',NULL,0,'enabled');
|
|
|
|
UPDATE zseq_scheduler_tasks set id=@id; |