1
0
mirror of https://amiok.net/gitea/W1CDN/aprs_tool.git synced 2025-08-18 14:41:43 +00:00

Align constants and schema.

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

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

@@ -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