github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1709805967_simplify_profile_showcase_preferences.up.sql (about) 1 2 ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN name; 3 ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN color_id; 4 ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN emoji; 5 6 ALTER TABLE profile_showcase_collectibles_preferences DROP COLUMN community_id; 7 ALTER TABLE profile_showcase_collectibles_preferences DROP COLUMN account_address; 8 9 ALTER TABLE profile_showcase_unverified_tokens_preferences DROP COLUMN community_id; 10 11 ALTER TABLE profile_showcase_collectibles_contacts DROP COLUMN community_id; 12 ALTER TABLE profile_showcase_collectibles_contacts DROP COLUMN account_address; 13 14 ALTER TABLE profile_showcase_unverified_tokens_contacts DROP COLUMN community_id;