mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 11:26:58 +00:00
4 lines
238 B
SQL
4 lines
238 B
SQL
-- Store IPFS peer IDs alongside WireGuard peers for automatic swarm discovery
|
|
-- Each node registers its IPFS peer ID so other nodes can connect via ipfs swarm connect
|
|
ALTER TABLE wireguard_peers ADD COLUMN ipfs_peer_id TEXT DEFAULT '';
|