fix_: removes incorrectly added keycards
In this PR https://github.com/status-im/status-go/pull/5557 when we were migrating v1 accounts, because of incorrect condition some weird entries were added to keycard-related tables which caused other wallet issues later and this commit cleans it.
This commit is contained in:
parent
daef6ee030
commit
791ff9a0ed
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
DELETE from keycards WHERE keycard_uid IS NULL OR keycard_uid = "";
|
Loading…
Reference in New Issue