fixes bug#11352
qua:wallysson dev:gleimar git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@83113 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0a164f4d3f
commit
610731d3ed
|
@ -10,7 +10,7 @@ declare
|
|||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE TIPO_EVENTRO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE))';
|
||||
execute immediate 'ALTER TABLE TIPO_EVENTO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE))';
|
||||
exception when column_exists then null;
|
||||
end;
|
||||
/
|
||||
|
|
Loading…
Reference in New Issue