diff --git a/pom.xml b/pom.xml index adbc77cc..f0fe0416 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ com.h2database h2 - 1.4.197 + 2.1.210 test diff --git a/src/test/resources/prime-test-database.sql b/src/test/resources/prime-test-database.sql index 07bb1dd6..d95d660b 100644 --- a/src/test/resources/prime-test-database.sql +++ b/src/test/resources/prime-test-database.sql @@ -22,7 +22,7 @@ DROP TABLE IF EXISTS person; CREATE TABLE person ( - id SERIAL, + id INT AUTO_INCREMENT, create_date TIMESTAMP DEFAULT now(), modify_date TIMESTAMP DEFAULT now(),