status-im/status-go

View on GitHub
appdatabase/migrations/sql/1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE keypairs_accounts ADD COLUMN address_was_not_shown BOOLEAN NOT NULL DEFAULT FALSE;