status-go/appdatabase/migrations/sql/1668109917_wakunodes.up.sql

5 lines
99 B
MySQL
Raw Normal View History

INSERT INTO cluster_nodes(node, type)
2022-11-18 15:30:37 +00:00
SELECT node, 'waku'
FROM cluster_nodes
WHERE type = "relay"