track when neighbours were last updated

This commit is contained in:
liamcottle
2024-03-23 23:34:02 +13:00
parent 3abdabdd09
commit b9082ebedb
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `nodes` ADD COLUMN `neighbours_updated_at` DATETIME(3) NULL;