store neighbour info directly in the nodes table
This commit is contained in:
parent
22dceaac54
commit
d7252c9962
3 changed files with 27 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `neighbour_broadcast_interval_secs` INTEGER NULL,
|
||||
ADD COLUMN `neighbours` JSON NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue