From 4a198c2d83acc2d89d59156e44297e372bd3f14f Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Thu, 2 Dec 2021 08:31:42 +0100 Subject: [PATCH] use pgsql mode --- testing/config.h2.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/config.h2.properties b/testing/config.h2.properties index 4137c83..9f6f391 100644 --- a/testing/config.h2.properties +++ b/testing/config.h2.properties @@ -11,8 +11,8 @@ API_URL: https://pipedapi.kavin.rocks FRONTEND_URL: https://piped.kavin.rocks # Hibernate properties -hibernate.connection.url: jdbc:h2:mem:test +hibernate.connection.url: jdbc:h2:mem:test;MODE=PostgreSQL hibernate.connection.driver_class: org.h2.Driver -hibernate.dialect: org.hibernate.dialect.H2Dialect +hibernate.dialect: org.hibernate.dialect.PostgreSQL10Dialect hibernate.connection.username: piped hibernate.connection.password: changeme