bug#11325

dev: Valdevir
qua: 


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@83093 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2018-07-03 21:29:03 +00:00
parent 86e4bd783a
commit 0c7323b105
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ declare
pragma exception_init (column_exists , -01430);
begin
execute immediate 'ALTER TABLE EVENTO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE))';
ALTER TABLE FISCAL_IMPRESSORA ADD (ERRO VARCHAR2(4000 BYTE)
exception when column_exists then null;
end;
/