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:
Sale Djenic 2024-07-31 10:46:48 +02:00 committed by saledjenic
parent daef6ee030
commit 791ff9a0ed
2 changed files with 395 additions and 534 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
DELETE from keycards WHERE keycard_uid IS NULL OR keycard_uid = "";