From fc966236db817d1f8a0cb031803cddd76fd1cef6 Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Mon, 12 Mar 2018 20:42:47 +0000 Subject: [PATCH] fixes bug #9614 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79832 d1611594-4594-4d17-8e1d-87c2c4800839 --- ...1026_1100__mantis9614.sql => V20180312_1100__mantis9614.sql} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/db/migration/{V20171026_1100__mantis9614.sql => V20180312_1100__mantis9614.sql} (94%) diff --git a/src/db/migration/V20171026_1100__mantis9614.sql b/src/db/migration/V20180312_1100__mantis9614.sql similarity index 94% rename from src/db/migration/V20171026_1100__mantis9614.sql rename to src/db/migration/V20180312_1100__mantis9614.sql index 74b8e7b14..59cd9a495 100644 --- a/src/db/migration/V20171026_1100__mantis9614.sql +++ b/src/db/migration/V20180312_1100__mantis9614.sql @@ -41,7 +41,7 @@ end; declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430); begin execute immediate 'ALTER TABLE BOLETO ADD (TEMPORESERVAFIDELIDADE NUMBER(7,0))'; exception when object_exists then null;