Compare commits

...

2 Commits

Author SHA1 Message Date
W1CDN
1894de5d86 Add header_raw field. 2023-12-13 10:24:17 -06:00
W1CDN
79da9de6f7 Align constants and schema. 2023-12-13 10:19:45 -06:00
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ db_frames_fields = ("id",
"frame",
"from",
"gpsfixstatus",
"id",
"header_raw",
"latitude",
"longitude",
"mbits",

View File

@ -5,6 +5,7 @@ CREATE TABLE frames (
addresse TEXT,
alive INT,
altitude REAL,
body TEXT,
comment TEXT,
course REAL,
created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
@ -13,6 +14,7 @@ CREATE TABLE frames (
frame TEXT,
"from" TEXT,
gpsfixstatus TEXT,
header_raw TEXT,
latitude REAL,
longitude REAL,
mbits INT,
@ -46,6 +48,7 @@ CREATE TABLE frames (
tEQNS TEXT,
tPARM TEXT,
tUNIT TEXT,
type TEXT,
via TEXT,
weather TEXT,
wx_raw_timestamp TIMESTAMP