mirror of
https://amiok.net/gitea/W1CDN/aprs_tool.git
synced 2025-07-26 13:26:16 +00:00
Align constants and schema.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user