0012468: Erro ao tentar vender - SCO Homologação
bug#12468 dev:thiago qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@86354 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
98689c3341
commit
4bf6753f4a
|
@ -0,0 +1,4 @@
|
|||
begin
|
||||
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
|
||||
exception when column_exists then null;
|
||||
end;
|
|
@ -0,0 +1,4 @@
|
|||
begin
|
||||
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue