mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
ba5ed725ce
- use protected topics for communities - associate chats to pubsub topics and populate these depending if the chat belongs to a community or not - mailserver functions should be aware of pubsub topics - generate private key for pubsub topic protection when creating a community - add shard cluster and index to communities - setup shards for existing communities - distribute pubsubtopic password - fix: do not send the requests to join and cancel in the protected topic - fix: undefined shard values for backward compatibility - refactor: use shard message in protobuffers
3 lines
156 B
SQL
3 lines
156 B
SQL
ALTER TABLE communities_communities ADD COLUMN shard_cluster INT DEFAULT NULL;
|
|
ALTER TABLE communities_communities ADD COLUMN shard_index INT DEFAULT NULL;
|