From 22782c8a9c655d74c5be88ef5b4e0c40e93915b6 Mon Sep 17 00:00:00 2001 From: valdevir Date: Fri, 17 Mar 2023 11:59:06 -0300 Subject: [PATCH] fixes bug #AL-2364 --- pom.xml | 2 +- src/db/migration/V20230315_1755__AL-2143.sql | 2 +- src/db/postgresql/migration/V20230315_1755__AL-2143.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8bd99f343..86f2c1f98 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 br.com.rjconsultores Flyway - 1.0.28 + 1.0.29 diff --git a/src/db/migration/V20230315_1755__AL-2143.sql b/src/db/migration/V20230315_1755__AL-2143.sql index 7c93cbcf7..5c29fe34a 100644 --- a/src/db/migration/V20230315_1755__AL-2143.sql +++ b/src/db/migration/V20230315_1755__AL-2143.sql @@ -3,6 +3,6 @@ declare pragma exception_init (dup_val_on_index , -00001); begin execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID, NOMBCONSTANTE, DESCCONSTANTE, VALORCONSTANTE, INDTIPOCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID) - VALUES (CONSTANTE_SEQ.nextval, ''EMAIL_SUPORTE_RJCONSULTORES'', ''EMAIL_SUPORTE_RJCONSULTORES'', ''suporterjconsultores@totvs.com.br'', ''1'', ''1'', ''1'', sysdate, ''1'')'; + VALUES (CONSTANTE_SEQ.nextval, ''EMAIL_SUPORTE_RJCONSULTORES'', ''EMAIL_SUPORTE_RJCONSULTORES'', ''suporte@rjconsultores.com.br'', ''1'', ''1'', ''1'', sysdate, ''1'')'; exception when dup_val_on_index then null; end; \ No newline at end of file diff --git a/src/db/postgresql/migration/V20230315_1755__AL-2143.sql b/src/db/postgresql/migration/V20230315_1755__AL-2143.sql index 7c93cbcf7..5c29fe34a 100644 --- a/src/db/postgresql/migration/V20230315_1755__AL-2143.sql +++ b/src/db/postgresql/migration/V20230315_1755__AL-2143.sql @@ -3,6 +3,6 @@ declare pragma exception_init (dup_val_on_index , -00001); begin execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID, NOMBCONSTANTE, DESCCONSTANTE, VALORCONSTANTE, INDTIPOCONSTANTE, INDMANTENIMIENTOUSUARIO, ACTIVO, FECMODIF, USUARIO_ID) - VALUES (CONSTANTE_SEQ.nextval, ''EMAIL_SUPORTE_RJCONSULTORES'', ''EMAIL_SUPORTE_RJCONSULTORES'', ''suporterjconsultores@totvs.com.br'', ''1'', ''1'', ''1'', sysdate, ''1'')'; + VALUES (CONSTANTE_SEQ.nextval, ''EMAIL_SUPORTE_RJCONSULTORES'', ''EMAIL_SUPORTE_RJCONSULTORES'', ''suporte@rjconsultores.com.br'', ''1'', ''1'', ''1'', sysdate, ''1'')'; exception when dup_val_on_index then null; end; \ No newline at end of file