refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2c1172bd88 - Show all commits

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';