Skip to content

Commit d6a2a3d

Browse files
committed
Feature(db): Increment to v19 for track segments support
1 parent 637fa80 commit d6a2a3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/net/osmtracker/db/DatabaseHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ public class DatabaseHelper extends SQLiteOpenHelper {
142142
* TBL_WAYPOINT.COL_COMPASS and TBL_WAYPOINT.COL_COMPASS_ACCURACY
143143
* v17: add TBL_TRACKPOINT.COL_ATMOSPHERIC_PRESSURE and TBL_WAYPOINT.COL_ATMOSPHERIC_PRESSURE
144144
* v18: add TBL_NOTE
145+
* v19: add TBL_TRACKPOINT.COL_SEG_ID for track segments support
145146
*</pre>
146147
*/
147-
private static final int DB_VERSION = 18;
148+
private static final int DB_VERSION = 19;
148149

149150
private Context context;
150151

0 commit comments

Comments
 (0)