updated database version and added associated tests
This commit is contained in:
Ashish Kumar 2019-02-28 22:44:36 +05:30 committed by Josephine Lim
parent ab4fca5ea9
commit 1b86726364
2 changed files with 10 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import fr.free.nrw.commons.modifications.ModifierSequenceDao;
public class DBOpenHelper extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "commons.db";
private static final int DATABASE_VERSION = 9;
private static final int DATABASE_VERSION = 10;
/**
* Do not use directly - @Inject an instance where it's needed and let