From 839722ace5e5c05556c6a18693c0e013b5f8f79b Mon Sep 17 00:00:00 2001 From: fabio Date: Wed, 23 Mar 2022 21:45:37 +0000 Subject: [PATCH] fixes bug#24091 dev: Celio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@111466 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20220321_1121__mantis24091.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20220321_1121__mantis24091.sql b/src/db/migration/V20220321_1121__mantis24091.sql index b3f0a9310..83dcb3cf4 100644 --- a/src/db/migration/V20220321_1121__mantis24091.sql +++ b/src/db/migration/V20220321_1121__mantis24091.sql @@ -11,7 +11,7 @@ begin (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > INTEGRACAO > CT-e OS'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOCTEOS'', 1, SYSDATE, 1)'; - exception + exception when dup_val_on_index then null; when except_02291 then null; end; \ No newline at end of file