Force-reset all cronjobs to their default state
authorAlexander Ebert <ebert@woltlab.com>
Sat, 18 Aug 2018 17:39:31 +0000 (19:39 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 18 Aug 2018 17:39:31 +0000 (19:39 +0200)
com.woltlab.wcf/update_3.1.5_pl_1.sql [new file with mode: 0644]

diff --git a/com.woltlab.wcf/update_3.1.5_pl_1.sql b/com.woltlab.wcf/update_3.1.5_pl_1.sql
new file mode 100644 (file)
index 0000000..5c9827f
--- /dev/null
@@ -0,0 +1,2 @@
+-- Force-reset all cronjobs due to a bug in 3.1.5 that caused cronjobs the be accidentally disabled.
+UPDATE wcf1_cronjob SET isDisabled = 0, failCount = 0;