diff --git a/pom.xml b/pom.xml
index f61870ac3..e30eb5ef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
br.com.rjconsultores
Flyway
- 1.0.10
+ 1.0.12
diff --git a/src/db/migration/V20221230_1115__AL1627.sql b/src/db/migration/V20221230_1115__AL1627.sql
index 01f3d7452..8a79eab9d 100644
--- a/src/db/migration/V20221230_1115__AL1627.sql
+++ b/src/db/migration/V20221230_1115__AL1627.sql
@@ -27,6 +27,6 @@ declare
column_exists exception;
pragma exception_init (column_exists , -01430);
begin
- execute immediate 'ALTER TABLE EMPRESA ADD INDSEGUNDAVIASEGOPCIONAL NUMBER(1,0)';
+ execute immediate 'ALTER TABLE EMPRESA ADD INDJUROSCREDITO NUMBER(1,0)';
exception when column_exists then null;
end;
\ No newline at end of file