zitadel/cmd/setup/11/11_fetch_events.sql

1 line
134 B
MySQL
Raw Normal View History

SELECT id, creation_date FROM eventstore.events WHERE created_at IS NULL ORDER BY event_sequence DESC, instance_id LIMIT 20 FOR UPDATE