feat: #6392 cambia gasto
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javi Gallego 2024-02-13 09:54:26 +01:00
parent a18ddc8e9a
commit 51afb87122
1 changed files with 1 additions and 1 deletions

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