feat: refs #6777 restore view
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
e601310d3e
commit
5b027a88fa
|
@ -0,0 +1,7 @@
|
||||||
|
CREATE OR REPLACE DEFINER=`root`@`localhost`
|
||||||
|
SQL SECURITY DEFINER
|
||||||
|
VIEW `vn2008`.`Tickets_state`
|
||||||
|
AS SELECT `t`.`ticketFk` AS `Id_Ticket`,
|
||||||
|
`t`.`ticketTrackingFk` AS `inter_id`,
|
||||||
|
`t`.`name` AS `state_name`
|
||||||
|
FROM `vn`.`ticketLastState` `t`
|
Loading…
Reference in New Issue