fixes bug#8884
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@68362 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
546e531c9d
commit
87b9c5cb81
|
@ -0,0 +1,5 @@
|
|||
begin
|
||||
execute immediate 'ALTER TABLE FISCAL_T2 MODIFY (FISCALIMPRESSORA_ID NULL)';
|
||||
exception
|
||||
when others then null;
|
||||
end;
|
Loading…
Reference in New Issue