mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-18 13:57:32 +00:00
3 lines
167 B
MySQL
3 lines
167 B
MySQL
|
truncate zitadel.projections.users cascade;
|
||
|
update zitadel.projections.current_sequences set current_sequence = 0 where projection_name = 'zitadel.projections.users';
|