0012468: Erro ao tentar vender - SCO Homologação

bug#12468 
dev:thiago 
qua:junia 
Adicionado o campo INTEGRADOTOTVS na tabela CAJA

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@86457 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2018-10-24 18:05:08 +00:00
parent 4bf6753f4a
commit 189e4633b6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
declare
column_exists exception;
pragma exception_init (column_exists , -01430);
begin
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
exception when column_exists then null;

View File

@ -1,3 +1,6 @@
declare
column_exists exception;
pragma exception_init (column_exists , -01430);
begin
execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))';
exception when column_exists then null;