Fix issue where lastVersionCode was unset.

This commit is contained in:
Greyson Parrelli
2022-01-13 10:51:45 -05:00
parent 7551dd77c5
commit c55b0357f1
4 changed files with 15 additions and 28 deletions

View File

@@ -92,9 +92,10 @@ public class ApplicationMigrations {
static final int DB_REACTIONS_MIGRATION = 48;
//static final int CHANGE_NUMBER_CAPABILITY_3 = 49;
static final int PNI = 50;
static final int FIX_DEPRECATION = 51; // Only used to trigger clearing the 'client deprecated' flag
}
public static final int CURRENT_VERSION = 50;
public static final int CURRENT_VERSION = 51;
/**
* This *must* be called after the {@link JobManager} has been instantiated, but *before* the call