bug#18139

qua:junia
dev:wilian

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100405 d1611594-4594-4d17-8e1d-87c2c4800839
master
changelogweb 2020-03-02 12:57:46 +00:00
parent 0f586fb75c
commit 6d16fd2814
1 changed files with 0 additions and 7 deletions

View File

@ -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;