From 2b42fc113ffd9c681b9050416871308fe3c7e08b Mon Sep 17 00:00:00 2001 From: "pasqualino.cristaudo" <> Date: Tue, 7 Nov 2023 16:52:45 +0100 Subject: [PATCH] Updated init_table.sql and schema-h2.sql scripts --- src/test/resources/schema-h2.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/resources/schema-h2.sql b/src/test/resources/schema-h2.sql index 68e84b0..d0e2c4a 100644 --- a/src/test/resources/schema-h2.sql +++ b/src/test/resources/schema-h2.sql @@ -69,8 +69,7 @@ CREATE TABLE IF NOT EXISTS TRACING_BATCH ( batch_id SERIAL PRIMARY KEY, state VARCHAR (50) NOT NULL, last_event_id BIGINT, - tmst_started TIMESTAMP NOT NULL, - tmst_ended TIMESTAMP + tmst_created TIMESTAMP NOT NULL );