status-go/protocol/migrations/sqlite/000002_add_last_ens_clock_value.up.sql
Andrea Maria Piana f2eebd1e49
Verify ENS in the background (#1824)
Currently ENS are verified explicitly by status-react, this is not ideal
as if that fails it will have to be explicilty retried in status-react.
This commits changes that behavior so that ENS are verified in a loop
and updated if new messages are received.
2020-02-05 11:09:33 +01:00

2 lines
77 B
SQL

ALTER TABLE contacts ADD COLUMN last_ens_clock_value INT NOT NULL DEFAULT 0;