From 493e1d10d91a5c9360f266468971e81160bc18fc Mon Sep 17 00:00:00 2001 From: "valdir.cordeiro" Date: Fri, 15 Dec 2023 15:46:37 -0300 Subject: [PATCH] =?UTF-8?q?bug#al-3390=20Comporte=20-=20GLPI=2068308=20esp?= =?UTF-8?q?ecifica=C3=A7=C3=B5es=20para=20a=20API=20de=20consulta=20de=20P?= =?UTF-8?q?assaporte=20de=20Gratuidade=20da=20AGR=20Goi=C3=A1s=20dev:valde?= =?UTF-8?q?vir=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../{V20231207_1052_AL3390.sql => V20231207_1052__AL3390.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/db/migration/{V20231207_1052_AL3390.sql => V20231207_1052__AL3390.sql} (100%) diff --git a/pom.xml b/pom.xml index 1591ef2ba..ea26e83e6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 br.com.rjconsultores Flyway - 1.23.0 + 1.23.1 diff --git a/src/db/migration/V20231207_1052_AL3390.sql b/src/db/migration/V20231207_1052__AL3390.sql similarity index 100% rename from src/db/migration/V20231207_1052_AL3390.sql rename to src/db/migration/V20231207_1052__AL3390.sql