Fix bug in MSL table definition.
This commit is contained in:
parent
2e3d73f44b
commit
268b11c4e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue