From 3cf5bf2d02deff0a5f5bb2ceffdaf9f6283b2be9 Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Thu, 5 Aug 2021 12:39:06 +0000 Subject: [PATCH] bug#22864 dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@108194 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20210803_1720__mantis22864.sql | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/db/migration/V20210803_1720__mantis22864.sql b/src/db/migration/V20210803_1720__mantis22864.sql index 1a7842f02..0c6254913 100644 --- a/src/db/migration/V20210803_1720__mantis22864.sql +++ b/src/db/migration/V20210803_1720__mantis22864.sql @@ -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;