zitadel/migrations/cockroach/V1.99__reset_user_projections.sql
Livio Amstutz 2ad03285f1
fix: user projection (#2795)
* fix: first- and lastname changes on user

* add reset migration
2021-12-06 17:22:59 +01:00

3 lines
167 B
SQL

truncate zitadel.projections.users cascade;
update zitadel.projections.current_sequences set current_sequence = 0 where projection_name = 'zitadel.projections.users';