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

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (nBP VARCHAR2(9))';
exception when column_exists then null;
end;
/
end;

View File

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

View File

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (vICMS00 VARCHAR2(15))';
exception when column_exists then null;
end;
/
end;

View File

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (vDesconto VARCHAR2(15))';
exception when column_exists then null;
end;
/
end;

View File

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (tpComp04 VARCHAR2(2))';
exception when column_exists then null;
end;
/
end;

View File

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (vComp02 VARCHAR2(15))';
exception when column_exists then null;
end;
/
end;

View File

@ -26,5 +26,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (vComp99 VARCHAR2(15))';
exception when column_exists then null;
end;
/
end;

View File

@ -14,5 +14,4 @@ declare column_exists exception;
pragma exception_init (column_exists , -01430);
begin execute immediate 'ALTER TABLE BPE ADD (CSTSN VARCHAR2(2))';
exception when column_exists then null;
end;
/
end;