Skip to content

Commit

Permalink
Fix bug in MSL table definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal authored and alex-signal committed Feb 6, 2023
1 parent 2e3d73f commit 268b11c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
"""

Expand Down

0 comments on commit 268b11c

Please sign in to comment.