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-87c2c4800839master
parent
4bf6753f4a
commit
189e4633b6
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue