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-87c2c4800839
master
valdir 2018-10-22 20:39:09 +00:00
parent 98689c3341
commit 4bf6753f4a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
begin
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
exception when column_exists then null;
end;

View File

@ -0,0 +1,4 @@
begin
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
exception when column_exists then null;
end;