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
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:
commit
8d96bb0a18
|
@ -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='';
|
Loading…
Reference in New Issue