track when node position was last updated

This commit is contained in:
liamcottle
2024-03-23 23:47:37 +13:00
parent d3ac6bf014
commit 020c78ac85
3 changed files with 7 additions and 3 deletions

View File

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