feat: refs #7562 Minor change
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
d61e32917a
commit
c330e8c715
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue