Skip to content

Commit 306f1b3

Browse files
gregturnschauder
authored andcommitted
DATAJDBC-637 - Fix typo in H2 testing.
Original pull request: #254.
1 parent 869e987 commit 306f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/test/resources/org.springframework.data.jdbc.core/JdbcAggregateTemplateIntegrationTests-h2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ CREATE TABLE WITH_READ_ONLY
307307

308308
CREATE TABLE WITH_LOCAL_DATE_TIME
309309
(
310-
ID PRIMARY KEY,
310+
ID SERIAL PRIMARY KEY,
311311
TEST_TIME TIMESTAMP(9) WITHOUT TIME ZONE
312312
);

0 commit comments

Comments
 (0)