github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1702996953_add_communities_shards_table.up.sql (about) 1 CREATE TABLE IF NOT EXISTS communities_shards ( 2 community_id BLOB NOT NULL PRIMARY KEY ON CONFLICT REPLACE, 3 shard_cluster INT DEFAULT NULL, 4 shard_index INT DEFAULT NULL, 5 clock INT DEFAULT 0 6 );