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 1 additions and 1 deletions
Showing only changes of commit 51afb87122 - Show all commits

View File

@ -1,7 +1,7 @@
-- en el futuro expenseSummary
UPDATE vn2008.gastos_resumen
SET Id_Gasto = CASE Id_Gasto
WHEN 7000100000 THEN 7000010000
WHEN 7000100000 THEN 7001010000
ELSE Id_Gasto
END
WHERE Id_Gasto IN (7000100000);