feat: refs #6738 move file version
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-03-05 14:17:58 +01:00
parent 1580914567
commit 5f16a9827c
7 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`Proveedores_cargueras`
AS SELECT `fs`.`id` AS `Id_Proveedor`
AS SELECT `fs`.`supplierFk` AS `Id_Proveedor`
FROM `vn`.`freightSupplier` `fs`

View File

@ -2,5 +2,5 @@ CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`Tramos`
AS SELECT `s`.`id` AS `id`,
`s`.`isFree` AS `Tramo`
`s`.`section` AS `Tramo`
FROM `vn`.`section` `s`