orama/migrations/015_ipfs_peer_ids.sql
2026-02-01 18:19:43 +02:00

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 '';