feat: refs #6738 delete vn2008.dock
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-03-05 09:33:48 +01:00
parent 0c9e11c0b2
commit dc343a7e3b
2 changed files with 2 additions and 10 deletions

View File

@ -1,8 +0,0 @@
CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`dock`
AS SELECT `d`.`id` AS `id`,
`d`.`code` AS `code`,
`d`.`xPos` AS `xPos`,
`d`.`yPos` AS `yPos`
FROM `vn`.`dock` `d`

View File

@ -1,3 +1,3 @@
-- Place your SQL code here
ALTER TABLE IF EXISTS `vn2008`.`dock` RENAME `vn`.`dock`;
ALTER TABLE IF EXISTS `vn2008`.`dock` RENAME `vn2008`.`dock__`;
ALTER TABLE IF EXISTS vn2008.dock__ COMMENT='refs #6371 deprecated 2024-03-05';