This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
Watch
2
Star
0
Fork
0
You've already forked status-go
mirror of
https://github.com/status-im/status-go.git
synced
2025-01-09 14:16:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
status-go
/
appdatabase
/
migrations
/
sql
/
1668109917_wakunodes.up.sql
5 lines
99 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: populate WakuNodes section with Relay
2022-11-11 09:17:56 -04:00
INSERT
INTO
cluster_nodes
(
node
,
type
)
fix: waku clusterconfig migration
2022-11-18 11:30:37 -04:00
SELECT
node
,
'
waku
'
fix: populate WakuNodes section with Relay
2022-11-11 09:17:56 -04:00
FROM
cluster_nodes
WHERE
type
=
"
relay
"
Reference in New Issue
Copy Permalink