Better handle user_id sidecases while splitting

This commit is contained in:
fiaxh
2016-04-04 17:40:31 +02:00
parent 2d73b74dde
commit 6881754062
3 changed files with 45 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ import java.io.IOException;
*/
public class KeychainDatabase extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "openkeychain.db";
private static final int DATABASE_VERSION = 16;
private static final int DATABASE_VERSION = 17;
static Boolean apgHack = false;
private Context mContext;