fixes bug #9361
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72643 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
aaab144ab6
commit
50b09ff506
|
@ -0,0 +1,10 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -02260);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE CONTA_CORRENTE_PTOVTA ADD (
|
||||
IMPORTETOTALDEBITO NUMBER(12,2),
|
||||
IMPORTETOTALCREDITO NUMBER(12,2)
|
||||
)';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue