status-go/appdatabase/migrations/sql/1668109917_wakunodes.up.sql
2022-11-18 12:08:05 -04:00

5 lines
99 B
SQL

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