fixes bug#24590

renomear campo para menos que 30 caracteres

dev:alberto
qua:junia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@113223 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2022-07-07 13:03:59 +00:00
parent 8c3213c7f7
commit a60e918184
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
declare
begin
execute immediate 'ALTER TABLE ORGAO_CANCELACION RENAME COLUMN INDIMPRIMECOMPROVANTETRANSFERENCIA TO INDIMPRIMECOMPROVANTETRANS';
exception
when others then null;
end;