test #2319

Merged
pablone merged 5 commits from test into dev 2024-04-18 05:05:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d93dc28728 - Show all commits

View File

@ -2,6 +2,7 @@ CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`gastos_resumen`
AS SELECT
`es`.`id` AS `id`,
`es`.`expenseFk` AS `Id_Gasto`,
`es`.`year` AS `year`,
`es`.`month` AS `month`,