add H2 migration tool

This commit is contained in:
Athou
2024-02-04 08:38:11 +01:00
parent cfd5d0faab
commit 870593bae8
12 changed files with 148 additions and 10 deletions

View File

@@ -405,9 +405,13 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- stay on 2.1 because 2.2 file format changed to version '3' -->
<version>2.1.214</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.manticore-projects.tools</groupId>
<artifactId>h2migrationtool</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>