feat: refs #6777 restore view
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-04-19 11:33:33 +02:00
parent e601310d3e
commit 5b027a88fa
1 changed files with 7 additions and 0 deletions

View File

@ -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`