refs #6665 delete unused views
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
cfcfa489b4
commit
9247a802bd
|
@ -1,7 +0,0 @@
|
|||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||
SQL SECURITY DEFINER
|
||||
VIEW `vn2008`.`Articles_botanical`
|
||||
AS SELECT `ab`.`itemFk` AS `Id_Article`,
|
||||
`ab`.`genusFk` AS `genus_id`,
|
||||
`ab`.`specieFk` AS `specie_id`
|
||||
FROM `vn`.`itemBotanical` `ab`
|
|
@ -1,6 +0,0 @@
|
|||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||
SQL SECURITY DEFINER
|
||||
VIEW `vn2008`.`bionic_updating_options`
|
||||
AS SELECT `t`.`id` AS `buo_id`,
|
||||
`t`.`description` AS `description`
|
||||
FROM `vn`.`ticketUpdateAction` `t`
|
|
@ -1,6 +0,0 @@
|
|||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||
SQL SECURITY DEFINER
|
||||
VIEW `vn2008`.`businessReasonEnd`
|
||||
AS SELECT `b`.`id` AS `id`,
|
||||
`b`.`reason` AS `reason`
|
||||
FROM `vn`.`businessReasonEnd` `b`
|
|
@ -1,6 +0,0 @@
|
|||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||
SQL SECURITY DEFINER
|
||||
VIEW `vn2008`.`cl_dev`
|
||||
AS SELECT `c`.`id` AS `id`,
|
||||
`c`.`description` AS `devolucion`
|
||||
FROM `vn`.`claimRedelivery` `c`
|
|
@ -1,7 +0,0 @@
|
|||
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||
SQL SECURITY DEFINER
|
||||
VIEW `vn2008`.`cl_est`
|
||||
AS SELECT `c`.`id` AS `id`,
|
||||
`c`.`description` AS `estado`,
|
||||
`c`.`roleFk` AS `roleFk`
|
||||
FROM `vn`.`claimState` `c`
|
Loading…
Reference in New Issue