nodes should be created and updated from map report packets

This commit is contained in:
liamcottle
2024-03-31 23:47:56 +13:00
parent cff5ed54cb
commit ec5607de12
3 changed files with 37 additions and 7 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `nodes` MODIFY `is_licensed` BOOLEAN NULL;