mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-13 21:30:56 +00:00
fix: db migration update
This commit is contained in:
parent
4007875f07
commit
1ba204855c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user