fixed gps page
This commit is contained in:
@ -35,7 +35,8 @@ class GpsDatabaseHelper {
|
||||
team_name TEXT,
|
||||
event_code TEXT,
|
||||
lat REAL,
|
||||
lon REAL,
|
||||
lon REAL,
|
||||
is_checkin int,
|
||||
created_at INTEGER
|
||||
)
|
||||
''');
|
||||
|
||||
Reference in New Issue
Block a user