fix(eventstore): new column to test clock_timestamp()

This commit is contained in:
adlerhurst
2023-05-11 10:04:35 +02:00
parent 35a0977663
commit c6d29fc201
8 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
CREATE temporary TABLE IF NOT EXISTS wrong_events (
instance_id TEXT
, event_sequence BIGINT
, current_cd TIMESTAMPTZ
, next_cd TIMESTAMPTZ
);