Align constants and schema.

This commit is contained in:
W1CDN 2023-12-13 10:19:45 -06:00
parent 26b4081720
commit 79da9de6f7
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@ db_frames_fields = ("id",
"frame",
"from",
"gpsfixstatus",
"id",
"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,
@ -46,6 +47,7 @@ CREATE TABLE frames (
tEQNS TEXT,
tPARM TEXT,
tUNIT TEXT,
type TEXT,
via TEXT,
weather TEXT,
wx_raw_timestamp TIMESTAMP