mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 19:18:27 +00:00
Fix DB migration
This commit is contained in:
parent
995764d8a2
commit
5226947e0a
@ -61,7 +61,7 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
|
||||
|
||||
|
||||
// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
|
||||
private static final int DATABASE_VERSION = lokiV19;
|
||||
private static final int DATABASE_VERSION = lokiV19_REFACTOR2;
|
||||
private static final String DATABASE_NAME = "signal.db";
|
||||
|
||||
private final Context context;
|
||||
|
Loading…
x
Reference in New Issue
Block a user