diff --git a/pom.xml b/pom.xml index b2f63f665..aaf563a81 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 br.com.rjconsultores - Flyway - 1.0.11 + Flyway + 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