@@ -48,23 +48,38 @@ create table tcmodule_cron_jobs
4848INSERT INTO tcmodule_cron_jobs (id, typeName, configurationModuleId, configurationId, executeOrder,
4949 executeEverySeconds, app_data)
5050VALUES (1 , ' TCAdminCrons.Crons.GameUpdates.MinecraftVanillaUpdatesCron, TCAdminCrons' ,
51- ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 1 , 1 , 3600 , null );
51+ ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 1 , 1 , 3600 , ' <?xml version="1.0" encoding="utf-16" standalone="yes"?>
52+ <values>
53+ <add key="Group" value="Minecraft" type="System.String,mscorlib" />
54+ </values>' );
5255INSERT INTO tcmodule_cron_jobs (id, typeName, configurationModuleId, configurationId, executeOrder,
5356 executeEverySeconds, app_data)
5457VALUES (2 , ' TCAdminCrons.Crons.GameUpdates.MinecraftVanillaSnapshotUpdatesCron, TCAdminCrons' ,
55- ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 2 , 1 , 3600 , null );
58+ ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 2 , 1 , 3600 , ' <?xml version="1.0" encoding="utf-16" standalone="yes"?>
59+ <values>
60+ <add key="Group" value="Minecraft" type="System.String,mscorlib" />
61+ </values>' );
5662INSERT INTO tcmodule_cron_jobs (id, typeName, configurationModuleId, configurationId, executeOrder,
5763 executeEverySeconds, app_data)
5864VALUES (3 , ' TCAdminCrons.Crons.GameUpdates.MinecraftBukkitUpdatesCron, TCAdminCrons' ,
59- ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 3 , 1 , 3600 , null );
65+ ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 3 , 1 , 3600 , ' <?xml version="1.0" encoding="utf-16" standalone="yes"?>
66+ <values>
67+ <add key="Group" value="Minecraft" type="System.String,mscorlib" />
68+ </values>' );
6069INSERT INTO tcmodule_cron_jobs (id, typeName, configurationModuleId, configurationId, executeOrder,
6170 executeEverySeconds, app_data)
6271VALUES (4 , ' TCAdminCrons.Crons.GameUpdates.MinecraftPaperUpdatesCron, TCAdminCrons' ,
63- ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 4 , 1 , 3600 , null );
72+ ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 4 , 1 , 3600 , ' <?xml version="1.0" encoding="utf-16" standalone="yes"?>
73+ <values>
74+ <add key="Group" value="Minecraft" type="System.String,mscorlib" />
75+ </values>' );
6476INSERT INTO tcmodule_cron_jobs (id, typeName, configurationModuleId, configurationId, executeOrder,
6577 executeEverySeconds, app_data)
6678VALUES (5 , ' TCAdminCrons.Crons.GameUpdates.MinecraftSpigotUpdatesCron, TCAdminCrons' ,
67- ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 5 , 1 , 3600 , null );
79+ ' 3a0e1e17-cbee-4e00-871e-e3f492e8c8da' , 5 , 1 , 3600 , ' <?xml version="1.0" encoding="utf-16" standalone="yes"?>
80+ <values>
81+ <add key="Group" value="Minecraft" type="System.String,mscorlib" />
82+ </values>' );
6883
6984# Configurations -------------------------------------------------------------------------------------------------------
7085
0 commit comments