7253-devToTest_2418 #2350

Merged
alexm merged 320 commits from 7253-devToTest_2418 into test 2024-04-23 08:02:46 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 5b027a88fa - Show all commits

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`