Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a291ff1f authored by Romain Hunault's avatar Romain Hunault
Browse files

Update DB version

parent 54472010
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import java.util.List;

public class UpdatesDbHelper extends SQLiteOpenHelper {

    public static final int DATABASE_VERSION = 2;
    public static final int DATABASE_VERSION = 3;
    public static final String DATABASE_NAME = "updates.db";

    public static class UpdateEntry implements BaseColumns {