fix: project projections null values (#2488)

* fix: project projections null values

* Update V1.76__fix_projection_projections.sql

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi 2021-10-07 16:38:48 +02:00 committed by GitHub
parent 3004a3825e
commit 2e7f174b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
TRUNCATE TABLE zitadel.projections.projects;
DELETE FROM zitadel.projections.current_sequences where projection_name = 'zitadel.projections.projects';