fix: apply autodownload patch on db create

This commit is contained in:
0x330a
2022-11-09 11:56:24 +11:00
parent 516344280a
commit 833fc66da2

View File

@@ -191,6 +191,8 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
executeStatements(db, GroupReceiptDatabase.CREATE_INDEXES);
executeStatements(db, ReactionDatabase.CREATE_REACTION_TRIGGERS);
db.execSQL(RecipientDatabase.getCreateAutoDownloadCommand());
db.execSQL(RecipientDatabase.getUpdateAutoDownloadValuesCommand());
}
@Override