bug#11325
dev: Valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@83093 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
86e4bd783a
commit
0c7323b105
|
@ -3,7 +3,6 @@ declare
|
||||||
pragma exception_init (column_exists , -01430);
|
pragma exception_init (column_exists , -01430);
|
||||||
begin
|
begin
|
||||||
execute immediate 'ALTER TABLE EVENTO_EXTRA ADD (ERRO VARCHAR2(4000 BYTE))';
|
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;
|
exception when column_exists then null;
|
||||||
end;
|
end;
|
||||||
/
|
/
|
||||||
|
|
Loading…
Reference in New Issue