Trigger core rebuild - this IS GREEN

This commit is contained in:
TheOtherP 2024-11-17 14:00:53 +01:00
parent 11dd2e3cf9
commit 0a7f353184

View File

@ -175,7 +175,6 @@ public class DatabaseRecreation {
}
throw new RuntimeException(e);
}
}
private static void updatePassword(String dbConnectionUrl, String javaExecutable, File h2OldJar, String updatePasswordQuery) throws IOException, InterruptedException {