From 30cd4787211f8c5f7f7ad5c2806ea5445408f063 Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Tue, 3 Jan 2023 12:25:57 -0300 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20AL-1627?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/db/migration/V20221230_1115__AL1627.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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