diff --git a/constants.py b/constants.py index b950705..7ade087 100644 --- a/constants.py +++ b/constants.py @@ -12,6 +12,7 @@ db_frames_fields = ("id", "frame", "from", "gpsfixstatus", +"header_raw", "latitude", "longitude", "mbits", diff --git a/schema.sql b/schema.sql index 943b93a..c6fe23d 100644 --- a/schema.sql +++ b/schema.sql @@ -14,6 +14,7 @@ CREATE TABLE frames ( frame TEXT, "from" TEXT, gpsfixstatus TEXT, + header_raw TEXT, latitude REAL, longitude REAL, mbits INT,