meshtastic-map/prisma/migrations/20250813193012_add_node_channel_id/migration.sql
2025-08-13 21:50:50 +02:00

2 lines
77 B
SQL

-- AlterTable
ALTER TABLE `nodes` ADD COLUMN `channel_id` VARCHAR(191) NULL;