Revert H2 database to v1

This commit is contained in:
Aria Moradi
2022-11-07 22:43:10 +03:30
parent e850049e8e
commit fcbc598732

View File

@@ -30,8 +30,8 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
// current database driver
implementation("com.h2database:h2:2.1.214")
// current database driver, can't update to h2 v2 without sql migration
implementation("com.h2database:h2:1.4.200")
// Exposed Migrations
implementation("com.github.Suwayomi:exposed-migrations:3.2.0")