Reviewed-on: #2317 Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
commit
bed85cfe92
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue