feat: refs #7562 Minor change
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-06-21 13:24:20 +02:00
parent d61e32917a
commit c330e8c715
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BEGIN
DECLARE vQuery TEXT;
DECLARE vDated DATE
DEFAULT (
SELECT CURDATE() - INTERVAL daysKeepDeprecatedObjects DAY
SELECT VN_CURDATE() - INTERVAL daysKeepDeprecatedObjects DAY
FROM config
);
DECLARE vDone BOOL;