mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-16 22:28:36 +00:00
7 lines
144 B
MySQL
7 lines
144 B
MySQL
![]() |
SELECT "position", change_date, payload
|
||
|
FROM eventstore.snapshots
|
||
|
WHERE instance_id = $1
|
||
|
AND snapshot_type = $2
|
||
|
AND aggregate_id = $3
|
||
|
;
|