OriginProtocol / origin

Monorepo for our developer tools and decentralized marketplace application
https://www.originprotocol.com/developers
MIT License
652 stars 196 forks source link

[Identity] Backfill failed for 55 rows #3834

Open franckc opened 5 years ago

franckc commented 5 years ago

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;
micahalcorn commented 4 years ago

Taking this off of @franckc's assiette 🍽