store neighbour info directly in the nodes table
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `neighbour_broadcast_interval_secs` INTEGER NULL,
|
||||
ADD COLUMN `neighbours` JSON NULL;
|
Reference in New Issue
Block a user