master #2408

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

View File

@ -131,7 +131,8 @@ 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;
-- 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