keep database version at 31 (for arne)

This commit is contained in:
Vincent Breitmoser 2018-07-24 15:56:27 +02:00
parent ecf2c4500f
commit 2e6daf327c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ import timber.log.Timber;
*/
public class KeychainDatabase {
private static final String DATABASE_NAME = "openkeychain.db";
private static final int DATABASE_VERSION = 30;
private static final int DATABASE_VERSION = 31;
private final SupportSQLiteOpenHelper supportSQLiteOpenHelper;
private static KeychainDatabase sInstance;