bug#18139
qua:junia dev:wilian git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100405 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0f586fb75c
commit
6d16fd2814
|
@ -1,7 +0,0 @@
|
|||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE FORMA_PAGO_DET MODIFY (FORMAPAGO_ID NUMBER(2, 0))';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue