Merge pull request 'fix: refs #6371 restore tables dock y Tramos' (!2103) from 6371-restoreTablesFix into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2103
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-02-28 10:51:39 +00:00
commit 8d96bb0a18
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Place your SQL code here
ALTER TABLE IF EXISTS vn2008.dock__ RENAME vn2008.dock;
ALTER TABLE IF EXISTS vn2008.dock COMMENT='';
ALTER TABLE IF EXISTS vn2008.Tramos__ RENAME vn2008.Tramos;
ALTER TABLE IF EXISTS vn2008.Tramos COMMENT='';