mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Ensure call link table matches upgraded table.
This commit is contained in:
@@ -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
|
||||
)
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user