github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1634896007_add_last_updated_locally_and_removed.up.sql (about) 1 ALTER TABLE contacts ADD COLUMN removed BOOLEAN DEFAULT FALSE; 2 ALTER TABLE contacts ADD COLUMN last_updated_locally INT DEFAULT 0;