Increment database version

This commit is contained in:
Niels Andriesse
2021-05-06 16:03:45 +10:00
parent 3c3f6c25f1
commit cc7e4701a3
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
private static final int lokiV24 = 45;
// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
private static final int DATABASE_VERSION = lokiV23;
private static final int DATABASE_VERSION = lokiV24;
private static final String DATABASE_NAME = "signal.db";
private final Context context;