feat: #6392 sin gastos
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javi Gallego 2024-02-19 13:56:16 +01:00
parent 8642ddcd7f
commit 2c1172bd88
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DELETE FROM vn2008.Gastos
WHERE Id_Gasto='' AND Gasto IS NULL AND isWithheld=FALSE;
DELETE FROM vn.expense
WHERE id ='' AND id IS NULL AND isWithheld = FALSE;
UPDATE vn.expense
SET id='7002090000'
WHERE id='7002009000';