mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 21:37:36 +08:00
[generic] Fix MariaDB migration
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -79,6 +79,13 @@
|
||||
<artifactId>flyway-core</artifactId>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-mysql</artifactId>
|
||||
<version>8.3.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user