diff --git a/pom.xml b/pom.xml
index 7f4bec88b..11b1faf10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
br.com.rjconsultores
Flyway
- 1.0.15
+ 1.0.16
diff --git a/src/db/migration/V20230109_0823__AL-2027.sql b/src/db/migration/V20230109_0823__AL-2027.sql
deleted file mode 100644
index b453a8d2f..000000000
--- a/src/db/migration/V20230109_0823__AL-2027.sql
+++ /dev/null
@@ -1,51 +0,0 @@
-declare
- dup_val_on_index exception;
- except_02291 exception;
-
- pragma exception_init (dup_val_on_index , -00001);
- pragma exception_init (except_02291 , -02291);
-begin
- execute immediate 'delete from "schema_version" where "script" like ''%2020200713%'' ';
- exception
- when dup_val_on_index then null;
- when except_02291 then null;
-end;
-/
-declare
- dup_val_on_index exception;
- except_02291 exception;
-
- pragma exception_init (dup_val_on_index , -00001);
- pragma exception_init (except_02291 , -02291);
-begin
- execute immediate 'delete from "schema_version" where "script" like ''%202207114%'' ';
- exception
- when dup_val_on_index then null;
- when except_02291 then null;
-end;
-/
-declare
- dup_val_on_index exception;
- except_02291 exception;
-
- pragma exception_init (dup_val_on_index , -00001);
- pragma exception_init (except_02291 , -02291);
-begin
- execute immediate 'delete from "schema_version" where "script" like ''%202206122%'' ';
- exception
- when dup_val_on_index then null;
- when except_02291 then null;
-end;
-/
-declare
- dup_val_on_index exception;
- except_02291 exception;
-
- pragma exception_init (dup_val_on_index , -00001);
- pragma exception_init (except_02291 , -02291);
-begin
- execute immediate 'delete from "schema_version" where "script" like ''%201902221%'' ';
- exception
- when dup_val_on_index then null;
- when except_02291 then null;
-end;
\ No newline at end of file