mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Fix migration typo
// FREEBIE
This commit is contained in:
parent
d0e781ccb4
commit
b47665aa44
@ -1324,7 +1324,7 @@ public class DatabaseFactory {
|
||||
|
||||
if (oldVersion < READ_RECEIPTS) {
|
||||
db.execSQL("ALTER TABLE sms ADD COLUMN read_receipt_count INTEGER DEFAULT 0");
|
||||
db.execSQL("ATLER TABLE mms ADD COLUMN read_receipt_count INTEGER DEFAULT 0");
|
||||
db.execSQL("ALTER TABLE mms ADD COLUMN read_receipt_count INTEGER DEFAULT 0");
|
||||
db.execSQL("ALTER TABLE thread ADD COLUMN read_receipt_count INTEGER DEFAULT 0");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user