fixes bug#8884

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@68362 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2017-04-28 15:10:21 +00:00
parent 546e531c9d
commit 87b9c5cb81
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
begin
execute immediate 'ALTER TABLE FISCAL_T2 MODIFY (FISCALIMPRESSORA_ID NULL)';
exception
when others then null;
end;