record last cron expression (and stub owner_uid) used by scheduled task

This commit is contained in:
Andrew Dolgov
2025-05-04 18:06:43 +03:00
parent fc059fc0fc
commit 5263a07f61
5 changed files with 15 additions and 2 deletions

View File

@@ -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:
*