feat: refs 179918 clean
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-05-02 13:33:25 +02:00
parent 145a477a80
commit 00eae3920b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ BEGIN
DELETE e
FROM entry e
JOIN tEntryToDelete tmp ON tmp.id = e.id
WHERE e.isBooked = FALSE;
WHERE NOT e.isBooked;
-- borrar de route registros menores a 4 años
CREATE OR REPLACE TEMPORARY TABLE tRouteToDelete