mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-25 15:27:21 +00:00
Fix db typo
This commit is contained in:
parent
d37e7240e9
commit
88e7ef1403
@ -612,13 +612,15 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (oldVersion < lokiV44) {
|
if (oldVersion < lokiV44) {
|
||||||
|
db.execSQL(SessionJobDatabase.dropAttachmentDownloadJobs);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (oldVersion < lokiV45) {
|
||||||
db.execSQL(RecipientDatabase.getCreateDisappearingStateCommand());
|
db.execSQL(RecipientDatabase.getCreateDisappearingStateCommand());
|
||||||
db.execSQL(ExpirationConfigurationDatabase.CREATE_EXPIRATION_CONFIGURATION_TABLE_COMMAND);
|
db.execSQL(ExpirationConfigurationDatabase.CREATE_EXPIRATION_CONFIGURATION_TABLE_COMMAND);
|
||||||
db.execSQL(ExpirationConfigurationDatabase.MIGRATE_GROUP_CONVERSATION_EXPIRY_TYPE_COMMAND);
|
db.execSQL(ExpirationConfigurationDatabase.MIGRATE_GROUP_CONVERSATION_EXPIRY_TYPE_COMMAND);
|
||||||
db.execSQL(ExpirationConfigurationDatabase.MIGRATE_ONE_TO_ONE_CONVERSATION_EXPIRY_TYPE_COMMAND);
|
db.execSQL(ExpirationConfigurationDatabase.MIGRATE_ONE_TO_ONE_CONVERSATION_EXPIRY_TYPE_COMMAND);
|
||||||
}
|
|
||||||
|
|
||||||
if (oldVersion < lokiV45) {
|
|
||||||
db.execSQL(LokiMessageDatabase.getCreateSmsHashTableCommand());
|
db.execSQL(LokiMessageDatabase.getCreateSmsHashTableCommand());
|
||||||
db.execSQL(LokiMessageDatabase.getCreateMmsHashTableCommand());
|
db.execSQL(LokiMessageDatabase.getCreateMmsHashTableCommand());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user