mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-01 15:52:53 +00:00
7 lines
159 B
MySQL
7 lines
159 B
MySQL
![]() |
CREATE temporary TABLE IF NOT EXISTS wrong_events (
|
||
|
instance_id TEXT
|
||
|
, event_sequence BIGINT
|
||
|
, current_cd TIMESTAMPTZ
|
||
|
, next_cd TIMESTAMPTZ
|
||
|
);
|