mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 11:15:44 +00:00
Fix bug in MSL table definition.
This commit is contained in:
committed by
Alex Hart
parent
2e3d73f44b
commit
268b11c4e1
@@ -137,7 +137,7 @@ class MessageSendLogTables constructor(context: Context?, databaseHelper: Signal
|
||||
CREATE TABLE $TABLE_NAME (
|
||||
$ID INTEGER PRIMARY KEY,
|
||||
$PAYLOAD_ID INTEGER NOT NULL REFERENCES ${MslPayloadTable.TABLE_NAME} (${MslPayloadTable.ID}) ON DELETE CASCADE,
|
||||
$MESSAGE_ID INTEGER NOT NULL,
|
||||
$MESSAGE_ID INTEGER NOT NULL
|
||||
)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user