Add msgNo field.

This commit is contained in:
W1CDN 2023-04-27 19:29:22 -05:00
parent cc89ab1a4c
commit efe61ae4c5
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ db_fields = ("id",
"mbits",
"messagecapable",
"message_text",
"msgNo",
"mtype",
"object_format",
"object_name",

View File

@ -17,6 +17,7 @@ CREATE TABLE frames (
mbits INT,
messagecapable INT,
message_text TEXT,
msgNo INT,
mtype TEXT,
object_format TEXT,
object_name TEXT,