zitadel/cmd/setup/10/10_create_temp_table.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
);