Sort, filter, and limit results at /packets #23

Merged
W1CDN merged 14 commits from sort-filter into main 2023-05-14 10:18:10 -05:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit efe61ae4c5 - Show all commits

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,