git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@68259 d1611594-4594-4d17-8e1d-87c2c4800839
parent
2aaac5fae6
commit
c7a79fe534
|
@ -0,0 +1,7 @@
|
|||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'alter table AG_ADIANTAMENTO_CLIENTE modify motivonaointegrado varchar2(4000)';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue