Skip to content

Commit

Permalink
Ensure call link table matches upgraded table.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Sep 18, 2024
1 parent f8846e3 commit 832d15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class CallLinkTable(context: Context, databaseHelper: SignalDatabase) : Database
$REVOKED INTEGER NOT NULL,
$EXPIRATION INTEGER NOT NULL,
$RECIPIENT_ID INTEGER UNIQUE REFERENCES ${RecipientTable.TABLE_NAME} (${RecipientTable.ID}) ON DELETE CASCADE,
$DELETION_TIMESTAMP INTEGER NOT NULL
$DELETION_TIMESTAMP INTEGER DEFAULT 0 NOT NULL
)
"""

Expand Down

0 comments on commit 832d15f

Please sign in to comment.