summaryrefslogtreecommitdiff
path: root/classes/Config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-04 18:06:43 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-04 18:06:43 +0300
commit5263a07f61698eb26e0482129d66c5ab4be1c9c5 (patch)
tree2b8b58cc141325a5bff5ebcefedafac52a626fbb /classes/Config.php
parentfc059fc0fc85d0bfbc74f6984fc10e857d21df6c (diff)
record last cron expression (and stub owner_uid) used by scheduled task
Diffstat (limited to 'classes/Config.php')
-rw-r--r--classes/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index c413317be..a4d2eb6b3 100644
--- a/classes/Config.php
+++ b/classes/Config.php
@@ -6,7 +6,7 @@ class Config {
const T_STRING = 2;
const T_INT = 3;
- const SCHEMA_VERSION = 150;
+ const SCHEMA_VERSION = 151;
/** override default values, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX:
*