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-87c2c4800839master
parent
42834669d5
commit
e4a3d26417
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue