status-im/status-go

View on GitHub
appdatabase/migrations/sql/1668109917_wakunodes.up.sql

Summary

Maintainability
Test Coverage
INSERT INTO cluster_nodes(node, type)
SELECT node, 'waku' 
FROM cluster_nodes
WHERE type = "relay"