master #2408

Merged
carlosap merged 12 commits from master into test 2024-05-06 12:22:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 00eae3920b - Show all commits

View File

@ -132,7 +132,7 @@ BEGIN
DELETE e DELETE e
FROM entry e FROM entry e
JOIN tEntryToDelete tmp ON tmp.id = e.id 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 -- borrar de route registros menores a 4 años
CREATE OR REPLACE TEMPORARY TABLE tRouteToDelete CREATE OR REPLACE TEMPORARY TABLE tRouteToDelete