mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
6522d52016
* Feat: simplify profile showcase preferences * Feat: remove old profile showcase preferences on save * Feat: add getters for showcase entries limits
15 lines
701 B
SQL
15 lines
701 B
SQL
|
|
ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN name;
|
|
ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN color_id;
|
|
ALTER TABLE profile_showcase_accounts_preferences DROP COLUMN emoji;
|
|
|
|
ALTER TABLE profile_showcase_collectibles_preferences DROP COLUMN community_id;
|
|
ALTER TABLE profile_showcase_collectibles_preferences DROP COLUMN account_address;
|
|
|
|
ALTER TABLE profile_showcase_unverified_tokens_preferences DROP COLUMN community_id;
|
|
|
|
ALTER TABLE profile_showcase_collectibles_contacts DROP COLUMN community_id;
|
|
ALTER TABLE profile_showcase_collectibles_contacts DROP COLUMN account_address;
|
|
|
|
ALTER TABLE profile_showcase_unverified_tokens_contacts DROP COLUMN community_id;
|