fixes bug#14453 bug#14829

dev: julio
qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@95612 d1611594-4594-4d17-8e1d-87c2c4800839
master
julio 2019-07-10 18:00:59 +00:00
parent 42834669d5
commit e4a3d26417
8 changed files with 8 additions and 17 deletions

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (nBP VARCHAR2(9))'; begin execute immediate 'ALTER TABLE BPE ADD (nBP VARCHAR2(9))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -1,4 +1,3 @@
/
declare column_exists exception; declare column_exists exception;
pragma exception_init (column_exists , -01430); pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (dhEmb VARCHAR2(25))'; begin execute immediate 'ALTER TABLE BPE ADD (dhEmb VARCHAR2(25))';
@ -28,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (CST90 VARCHAR2(2))'; begin execute immediate 'ALTER TABLE BPE ADD (CST90 VARCHAR2(2))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (vICMS00 VARCHAR2(15))'; begin execute immediate 'ALTER TABLE BPE ADD (vICMS00 VARCHAR2(15))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (vDesconto VARCHAR2(15))'; begin execute immediate 'ALTER TABLE BPE ADD (vDesconto VARCHAR2(15))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (tpComp04 VARCHAR2(2))'; begin execute immediate 'ALTER TABLE BPE ADD (tpComp04 VARCHAR2(2))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (vComp02 VARCHAR2(15))'; begin execute immediate 'ALTER TABLE BPE ADD (vComp02 VARCHAR2(15))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -27,4 +27,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (vComp99 VARCHAR2(15))'; begin execute immediate 'ALTER TABLE BPE ADD (vComp99 VARCHAR2(15))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/

View File

@ -15,4 +15,3 @@ declare column_exists exception;
begin execute immediate 'ALTER TABLE BPE ADD (CSTSN VARCHAR2(2))'; begin execute immediate 'ALTER TABLE BPE ADD (CSTSN VARCHAR2(2))';
exception when column_exists then null; exception when column_exists then null;
end; end;
/