mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
7 lines
159 B
SQL
7 lines
159 B
SQL
CREATE temporary TABLE IF NOT EXISTS wrong_events (
|
|
instance_id TEXT
|
|
, event_sequence BIGINT
|
|
, current_cd TIMESTAMPTZ
|
|
, next_cd TIMESTAMPTZ
|
|
);
|