fixes bug#21766

qua:
dev:Aristides
Comitado por engano no Mantis 21665


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@105920 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2021-03-24 21:37:18 +00:00
parent 9b328105eb
commit 426c114240
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ BEGIN
ALTER TABLE TAXPOLV ALTER COLUMN POLTRONA TYPE VARCHAR(6);
EXCEPTION WHEN duplicate_column THEN NULL;
END
END
$$;