feat: refs#Eliminar vistas vn2008
This commit is contained in:
parent
c80c8a5678
commit
50c1531083
|
@ -1,8 +0,0 @@
|
||||||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
|
||||||
SQL SECURITY DEFINER
|
|
||||||
VIEW `vn2008`.`Equipos`
|
|
||||||
AS SELECT `h`.`code` AS `alias`,
|
|
||||||
`h`.`description` AS `descripcion`,
|
|
||||||
`h`.`workerFk` AS `trabajador_id`,
|
|
||||||
`h`.`windowsSerial` AS `windowsSerial`
|
|
||||||
FROM `vn`.`host` `h`
|
|
|
@ -1,7 +0,0 @@
|
||||||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
|
||||||
SQL SECURITY DEFINER
|
|
||||||
VIEW `vn2008`.`deliveryPoint`
|
|
||||||
AS SELECT `dp`.`id` AS `id`,
|
|
||||||
`dp`.`name` AS `name`,
|
|
||||||
`dp`.`ubication` AS `ubication`
|
|
||||||
FROM `vn`.`deliveryPoint` `dp`
|
|
|
@ -1,6 +0,0 @@
|
||||||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
|
||||||
SQL SECURITY DEFINER
|
|
||||||
VIEW `vn2008`.`device_user`
|
|
||||||
AS SELECT `dpu`.`deviceProductionFk` AS `device_id`,
|
|
||||||
`dpu`.`userFk` AS `user_id`
|
|
||||||
FROM `vn`.`deviceProductionUser` `dpu`
|
|
|
@ -1,9 +0,0 @@
|
||||||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
|
||||||
SQL SECURITY DEFINER
|
|
||||||
VIEW `vn2008`.`escritos`
|
|
||||||
AS SELECT `s`.`id` AS `id`,
|
|
||||||
`s`.`code` AS `abrev`,
|
|
||||||
`s`.`description` AS `descripcion`,
|
|
||||||
`s`.`isVisible` AS `visible`,
|
|
||||||
`s`.`hasCompany` AS `hasCompany`
|
|
||||||
FROM `vn`.`sample` `s`
|
|
Loading…
Reference in New Issue