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