mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-10 19:03:09 +02:00
Collect packet_id for ServiceEnvelopes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `service_envelopes` ADD COLUMN `packet_id` BIGINT NULL;
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX `service_envelopes_packet_id_idx` ON `service_envelopes`(`packet_id`);
|
||||
Reference in New Issue
Block a user