meshtastic-map/prisma/migrations/20250810082255_add_node_max_hops/migration.sql

3 lines
70 B
MySQL
Raw Normal View History

2025-08-10 10:41:39 +02:00
-- AlterTable
ALTER TABLE `nodes` ADD COLUMN `max_hops` INTEGER NULL;