github.com/status-im/status-go@v1.1.0/appdatabase/migrations/sql/1668109917_wakunodes.up.sql (about)

     1  INSERT INTO cluster_nodes(node, type)
     2  SELECT node, 'waku' 
     3  FROM cluster_nodes
     4  WHERE type = "relay"