Compare commits

..

No commits in common. "1894de5d866706bcf045420a083148aafc419f7d" and "26b40817202c30633d883ea7b84ad8ba87c1b2a5" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

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