We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637fa80 commit d6a2a3dCopy full SHA for d6a2a3d
1 file changed
app/src/main/java/net/osmtracker/db/DatabaseHelper.java
@@ -142,9 +142,10 @@ public class DatabaseHelper extends SQLiteOpenHelper {
142
* TBL_WAYPOINT.COL_COMPASS and TBL_WAYPOINT.COL_COMPASS_ACCURACY
143
* v17: add TBL_TRACKPOINT.COL_ATMOSPHERIC_PRESSURE and TBL_WAYPOINT.COL_ATMOSPHERIC_PRESSURE
144
* v18: add TBL_NOTE
145
+ * v19: add TBL_TRACKPOINT.COL_SEG_ID for track segments support
146
*</pre>
147
*/
- private static final int DB_VERSION = 18;
148
+ private static final int DB_VERSION = 19;
149
150
private Context context;
151
0 commit comments