Skip to content

Commit fcbc598

Browse files
committed
Revert H2 database to v1
1 parent e850049 commit fcbc598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
3131
implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion")
3232
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
33-
// current database driver
34-
implementation("com.h2database:h2:2.1.214")
33+
// current database driver, can't update to h2 v2 without sql migration
34+
implementation("com.h2database:h2:1.4.200")
3535

3636
// Exposed Migrations
3737
implementation("com.github.Suwayomi:exposed-migrations:3.2.0")

0 commit comments

Comments
 (0)