fix: db migration update

This commit is contained in:
jubb 2022-08-10 19:03:46 +10:00
parent 4007875f07
commit 1ba204855c

View File

@ -69,7 +69,7 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
private static final int lokiV32 = 53;
private static final int lokiV33 = 54;
private static final int lokiV34 = 55;
private static final int lokiV35 = 55;
private static final int lokiV35 = 56;
// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
private static final int DATABASE_VERSION = lokiV35;