Collect portnums for ServiceEnvelopes

This commit is contained in:
Anton Roslund 2025-04-15 17:55:04 +02:00
parent 342c8dc87a
commit af2a663dab
3 changed files with 4 additions and 0 deletions

View file

@ -204,6 +204,7 @@ model ServiceEnvelope {
gateway_id BigInt?
to BigInt
from BigInt
portnum Int?
protobuf Bytes
created_at DateTime @default(now())