fixed gps page

This commit is contained in:
2023-11-22 23:06:38 +05:30
parent 4e4cfda40b
commit 23fde37e3d
6 changed files with 114 additions and 47 deletions

View File

@ -35,7 +35,8 @@ class GpsDatabaseHelper {
team_name TEXT,
event_code TEXT,
lat REAL,
lon REAL,
lon REAL,
is_checkin int,
created_at INTEGER
)
''');