bug#22864

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@108194 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2021-08-05 12:39:06 +00:00
parent 903b4de862
commit 3cf5bf2d02
1 changed files with 0 additions and 15 deletions

View File

@ -14,18 +14,3 @@ begin
exception when column_exists then null;
end;
/
declare
column_exists exception;
pragma exception_init (column_exists , -01430);
begin
execute immediate 'ALTER TABLE CATEGORIA_DESCUENTO MODIFY (TIEMPOACTIVAR2 NUMBER(7, 0) )';
exception when column_exists then null;
end;
/
declare
column_exists exception;
pragma exception_init (column_exists , -01430);
begin
execute immediate 'ALTER TABLE CATEGORIA_DESCUENTO MODIFY (TIEMPODESACTIVAR2 NUMBER(7, 0) )';
exception when column_exists then null;
end;