2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-11 07:07:24 +00:00
status-go/appdatabase/migrations/sql/1702999401_add_dns_discovery_url.up.sql

5 lines
284 B
MySQL
Raw Normal View History

DELETE FROM cluster_nodes WHERE type = "discV5boot" AND node LIKE '%@boot.test.shards.nodes.status.im';
INSERT INTO cluster_nodes(node, type, synthetic_id)
VALUES ("enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im","discV5boot","id");