status-im/status-go

View on GitHub
appdatabase/migrations/sql/1690734354_add_preferred_chain_ids.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE keypairs_accounts ADD COLUMN prod_preferred_chain_ids VARCHAR NOT NULL DEFAULT "";
ALTER TABLE keypairs_accounts ADD COLUMN test_preferred_chain_ids VARCHAR NOT NULL DEFAULT "";