diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 18:06:43 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 18:06:43 +0300 |
| commit | 5263a07f61698eb26e0482129d66c5ab4be1c9c5 (patch) | |
| tree | 2b8b58cc141325a5bff5ebcefedafac52a626fbb /classes/Config.php | |
| parent | fc059fc0fc85d0bfbc74f6984fc10e857d21df6c (diff) | |
record last cron expression (and stub owner_uid) used by scheduled task
Diffstat (limited to 'classes/Config.php')
| -rw-r--r-- | classes/Config.php | 2 |
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: * |