This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
[Identity] Backfill failed for 55 rows #3834
Open
Description
Out of the 12,848 identity rows, 55 did not get processed by the backfill for migrating the data to be zippy identity compatible. It is not clear yet what caused those rows to fail processing.
The impact is that those users will lose their identity once we flip the switch to turn zippy identity on.
To get the list of rows:
select eth_address from identity where data->'ipfsHash' is null;