Skip to content

Commit

Permalink
Updated init_table.sql and schema-h2.sql scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualino.cristaudo committed Nov 7, 2023
1 parent 757427c commit d81c50e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,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
);


Expand Down

0 comments on commit d81c50e

Please sign in to comment.