mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
b6d4e75cf1
fix flaky test: TestRetrieveBlockedContact resolve conflict when rebase origin/develop Feat/sync activity center notification (#3581) * feat: sync activity center notification * add test * fix lint issue * fix failed test * addressed feedback from sale * fix failed test * addressed feedback from ilmotta go generate ./protocol/migrations/sqlite/... feat: add updated_at for syncing activity center notification
3 lines
169 B
SQL
3 lines
169 B
SQL
ALTER TABLE activity_center_states ADD COLUMN updated_at INT NOT NULL DEFAULT 0;
|
|
ALTER TABLE activity_center_notifications ADD COLUMN updated_at INT NOT NULL DEFAULT 0;
|